Skip to content

A clean, simple implementation of an infinite paging UIScrollView in a single subclass

License

Notifications You must be signed in to change notification settings

CristiHabliuc/infinite-scrollview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infinite-scrollview

A clean, simple implementation of an infinite paging UIScrollView in a single subclass

Usage

Drag and drop the CHInfinitePagingScrollView folder containing the source files into your project, and then use the subclass by instantiating it in code or using it in Interface Builder.

Code

CHInfinitePagingScrollView *scrollView = [[CHInfinitePagingScrollView alloc] initWithFrame:frame];
[self.view addSubview:scrollView];

// add subviews to it
// ...

Interface Builder

Add a scroll view to the target parent view, then go to the Identity Inspector and set the scroll view's class to CHInfinitePagingScrollView, then use it as you would a regular scroll view byt adding subviews to it in Interface Builder or in code. It will handle things from there.

About

A clean, simple implementation of an infinite paging UIScrollView in a single subclass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published