DMLazyScrollView
DMLazyScrollView copied to clipboard
Not working if numberOfPages = 1
Set numberOfPage = 1, ScrollView not working
i have same problem T.T, hope it can be fixed up quickly.
Hey I am having the same problem. Any way to fix it.
same problem here, anyone have fix it?
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.
same problem, hope someone fix it!
Have you found a solution?