stefanceriu / SCPageViewController

Just like UIPageViewController but better.. :)
MIT License
352 stars 70 forks source link

Fix for issues occured when instantiating from initWithNibName:bundle: function instead of init #15

Closed ipavlidakis closed 8 years ago

ipavlidakis commented 9 years ago

When using initWithNibName:bundle: the _commonSetup function never calls so pages is always nil and no children views appear.