davidmorford / NavigatorKit

The Navigator class cluster from separated from Three20 re-factored to bare minimum with complete support for Split View Controllers and the iPad user interface idiom. Supports UISplitViewController and MGSplitViewController
113 stars 17 forks source link

StackScrollView #4

Open grgcombs opened 13 years ago

grgcombs commented 13 years ago

I've been looking at StackScrollView, the twitter-like sliding panel controller. I'm thinking it would lend well to URL navigation, if reworked a little bit. There's a few others floating around, but none seem to be as complete as that one. There's a fork that adds icons, so I'm planning to use it instead of my tab bar & split view nightmare. I think it'll significantly clean up the spiders nest of master/detail/navigation/etc. Have you considered incorporating something like that into NavigatorKit?

g