APPaginalTableView
APPaginalTableView copied to clipboard
This is implementation of view allowing navigation between views like in iOS 7 Weather App.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Hi, thanks for writing this. I'm getting the following message when I try to return to the main table view: APPaginalTableViewExample[16301:1734273] unexpected nil window in _UIApplicationHandleEventFromQueueEvent, _windowServerHitTestWindow:
When installed through pods, instance is released once table is drawn. Scrolling / clicking on cell caused crash. No issues when installed by importing files.
i'm using paginalTableView load with myArray . At one point i has remove one object and reload my TableView.i'm using [paginalTableView reloaddata] but this does work for me. help me...
Can this be used with storyboards? If so how would I go about implementing it?