KieranLafferty / KLNoteViewController

A view controller that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app
Other
923 stars 147 forks source link

ViewController reference in controllerCard #20

Closed leoru closed 11 years ago

leoru commented 11 years ago

If you remember my Issue #13, I encountered with problem of updating viewControllers when they go to KLControllerCardStateDefault state and other. I solved this problem with adding viewController reference to controllerCard.

KieranLafferty commented 11 years ago

Hey leoru, you can access the viewcontroller by going controllerCard.navigationController.topViewController

leoru commented 11 years ago

Hey! It's good news. But when i create issue #13, why you don't advise me this method?:)