KieranLafferty / KLNoteViewController

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

(Feature Request) A function to switch back to note view? (instead doing it physically using gesture on the navbar) #14

Closed dexcell closed 11 years ago

dexcell commented 11 years ago

A typical example would be

when we click a button or bar item button inside of one of the KLNoteView view controllers, then the KLNoteViewController will show back all the ViewControllers (like when we open for the first time) with animation.

dexcell commented 11 years ago

Turn out this can easily done using setState

Thank you