Has anyone noticed the scrollToY not working with the latest daily builds?
I was using build 2646 and the scrollToY was working just fine. I updated xCode to 7.0 which meant I had to go to the latest daily build to be able to install the app on my devices. When I built using 2722 the scrollToY function no longer worked. If I went back to build 2646 it worked just fine. So, I started testing the different daily builds to see where the problem started. The scrollToY worked up to build 2689. After build 2689 it no longer works.
My implementation of it is thus:
tableView:scrollToY( { y=startScroll, time=0 } )
I was going to write up a bug report, but everytime I created some quick code to demonstrate the problem it worked in the test code, but not in my actual code. Go figure??? The actual code is too dependent on several modules and a database to submit for a bug report. I would basically have to submit almost the entire app.
Has something happened starting with build 2690 to affect the way scrollToY is behaving??
Thanks for any help,
Guy