Adil Burak Kilic

Results 25 comments of Adil Burak Kilic

#265 is the same issue i guess

Hi, Any updates regarding disabling .lean() ?

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...

I'm using Masonry for autolayout.

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.