pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Only add/remove view controllers if the view is loaded. #228

Open kwongius opened 9 years ago

kwongius commented 9 years ago

This fix allows setting the view controller prior to the view controller loading. This allows setting view controllers in a subclass initializer.