A simple project demonstrating the basic use of SVPullToRefresh.
This project embeds a UITableViewController in a navigation heirarchy. Tapping any row in a table pushes a new instance of the UITableViewController. This setup a leaking tableView key-value observer.
- Tap any cell to load a new table view controller.
- Tap back to return to the root view controller.
See discussion here: samvermette/SVPullToRefresh#13