Adil Burak Kilic
Adil Burak Kilic
#265 is the same issue i guess
Hi, Any updates regarding disabling .lean() ?
+1 I have the same issue.
Please check the comment in the code: http://plnkr.co/edit/K7x7leZDAXvc3V0nM6nJ?p=preview
You are right. It works in your example demo. Something happens with my code but I could't fix. Thank you UPDATE: It also doesn't work in this plunkr: http://plnkr.co/edit/K7x7leZDAXvc3V0nM6nJ?p=preview I...
Thank you, I'll try
I'm using Masonry for autolayout.
Same problem.
I added if (newIndex == currentPage && numberOfPages!=1) return; to setPage method. And in viewDidLoad, I disabled the scrollView if the numberOfPages == 1. But there should be better solutions.