DMLazyScrollView icon indicating copy to clipboard operation
DMLazyScrollView copied to clipboard

Not working if numberOfPages = 1

Open tuantmdev opened this issue 11 years ago • 7 comments

Set numberOfPage = 1, ScrollView not working

tuantmdev avatar Apr 07 '13 17:04 tuantmdev

i have same problem T.T, hope it can be fixed up quickly.

KinoAndWorld avatar Apr 16 '13 00:04 KinoAndWorld

Hey I am having the same problem. Any way to fix it.

emailatravi avatar Apr 23 '13 12:04 emailatravi

same problem here, anyone have fix it?

Piero87 avatar Jun 02 '13 16:06 Piero87

Same problem.

burakkilic avatar Jul 09 '13 13:07 burakkilic

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.

burakkilic avatar Jul 10 '13 11:07 burakkilic

same problem, hope someone fix it!

Smeegol avatar Nov 18 '13 09:11 Smeegol

Have you found a solution?

JHT1958 avatar Feb 07 '16 11:02 JHT1958