TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Override CJInfinityScrollTableViewController and parameters controller for use infinityscroll in iOS.
It uses other libraries/classes like
For extend PullToRefresh please insert #define _CJINFINITYSCROLL_PULLREFRESH
to the header prefix of the project (Prefix.pch
) and include the QuartzCore
framework.
If you are using CJInfinityScrollTableViewController in your non-arc project, you will need to set a -fobjc-arc
compiler flag.
To set a compiler flag in Xcode, go to your active target and select the "Build Phases" tab. Now select all CJInfinityScrollTableViewController source files, press Enter, insert -fobjc-arc
and then "Done" to enable or disable ARC.