Simple paging scroll view to make complicated tasks easier. We use this in several of the Synthetic apps including Hipstamatic, D-Series, and IncrediBooth.
-
Add SYPaginator as a submodule by running the following command from the root of your project
$ git submodule add https://github.com/Synthetic/SYPaginator.git Vendor/SYPaginator
You can also just download the code and put it in your project too.
-
Drag the SYPaginator project into your projet.
-
Add
libSYPaginator.a
andSYPaginatorResources.bundle
as Build Dependencies to your target -
Drag
SYPaginatorResources.bundle
from the file browser sidebar into the Copy Bundle Resources build phase. -
Add
#import <SYPaginator/SYPaginator.h>
where ever you'd like to use SYPaginator.
There is an example app included with SYPaginator. Check it out for basic usage.