mindsnacks / MSPageViewController

Create UIPageViewControllers using only storyboards
MIT License
89 stars 23 forks source link

Added pageIndex as additional category item. #11

Open theoriginalgri opened 9 years ago

theoriginalgri commented 9 years ago

This obsoletes MSPageViewControllerChild (and MSPageViewControllerPage). Any UIViewController can now be put inside the MSPageViewController without having to subclass or implement any other code.

Since these two classes were deleted, this change breaks existing code.