nicklockwood / SwipeView

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling.
Other
2.65k stars 413 forks source link

Update SwipeView & SwipeViewDelegate to support ViewControllers #197

Open walsh2000 opened 8 years ago

walsh2000 commented 8 years ago

Added optional delegate callbacks which are called at the right times to allow the SwipeViewDelegate to have the views controlled by UIViewController subclasses