DMLazyScrollView icon indicating copy to clipboard operation
DMLazyScrollView copied to clipboard

Lazy Loading UIScrollView for iOS (with support for infinite scrolling)

Results 11 DMLazyScrollView issues
Sort by recently updated
recently updated
newest added

I'm trying to add a screen rotation support to this code. It seems that the calculation for rendering the pages is not well supported for this use-case since the offset...

Set numberOfPage = 1, ScrollView not working

I got this error. Please help. Thank you. Undefined symbols for architecture arm64: "OBJC_CLASS$_DMLazyScrollView", referenced from: objc-class-ref in SACalendar.o ld: symbol(s) not found for architecture arm64 clang: error: linker command...

Where would be the best place to update my Page Control? I'm playing around with the demo and I tried putting it in the controllerAtIndex method but that method gets...

Can we set vertical and scroll direction at the same time? As, In my situation a user could scroll vertically or horizontal on the scroll view (which would lead to...

the viewControllerArray will retain the controllers inside increasing the memory usage and finally crashing the app after some time. best way to test it is having controllers with some images......

Hi; There is a small problem in the code. If I want to scroll backward, it cannot slide. - (void) setPage:(NSInteger) newIndex animated:(BOOL) animated { [self setPage:newIndex DMLazyScrollViewTransitionForward animated:animated]; }...

the scroll has no bounce, how to enable scrollview bounce

Hi- I am having an issue where if I turn paging off in DMLazyScrollView.m and then run the app and scroll quickly, it will very rapidly accelerate and scroll through...

Unfortunately it doesn't get resized when the device is rotated.