michaelhenry / FlipBoardNavigationController

This is a new navigation controller inspired by Flipboard.
MIT License
838 stars 163 forks source link

how to use in navigationcontroller, and storyboard's segue? #9

Open jallens opened 11 years ago

jallens commented 11 years ago

how to use in navigationcontroller, and storyboard's segue?

michaelhenry commented 11 years ago

How to use it it NavigationController, what do you mean? Sorry, current version don't support uistoryboard segue. I'm planning to update this soon. :)

Thanks! Kel

jallens commented 11 years ago

I just want to know. Can FlipBoardNavigationController use like UINavigationControler(set Class as "FlipBoardNavigationController") in storyboard, and also use the default segue "Push", not "Custom" segue?

IN Custom Segue, I just write one, it works well. CustomFlipBoardSegue : https://github.com/jallens/CustomFlipBoardSegue