Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soffes/SYPaginator
Powerful paging scroll views, table view style
https://github.com/soffes/SYPaginator
Last synced: 2 months ago
JSON representation
Powerful paging scroll views, table view style
- Host: GitHub
- URL: https://github.com/soffes/SYPaginator
- Owner: soffes
- License: mit
- Archived: true
- Fork: true (Synthetic/SYPaginator)
- Created: 2012-04-06T21:41:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T15:25:18.000Z (about 10 years ago)
- Last Synced: 2024-05-09T20:06:09.438Z (8 months ago)
- Language: Objective-C
- Homepage:
- Size: 211 KB
- Stars: 56
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - SYPaginator - Powerful paging scroll views, table view style (etc)
- awesome - SYPaginator - Powerful paging scroll views, table view style (etc)
README
**This is no longer maintained. I highly recommend using UIPageViewController instead.**
---
# SYPaginator
Simple paging scroll view to make complicated tasks easier. We use this in several of the [Synthetic](http://heysynthetic.com) apps including [Hipstamatic](http://hipstamatic.com), [D-Series](http://disposable.hipstamatic.com), and [IncrediBooth](http://incredibooth.com).
## Adding to Your Project
1. 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.2. Drag the SYPaginator project into your project.
3. Add `libSYPaginator.a` and `SYPaginatorResources.bundle` as Build Dependencies to your target
4. Drag `SYPaginatorResources.bundle` from the file browser sidebar into the Copy Bundle Resources build phase.
5. Add `#import ` where ever you'd like to use SYPaginator.
## Example App
There is an example app included with SYPaginator. Check it out for basic usage.