twitter-archive / twui

A UI framework for Mac based on Core Animation
Other
2.74k stars 268 forks source link

Needed: TUINavigationController #95

Closed mrjjwright closed 12 years ago

mrjjwright commented 12 years ago

I need a UINavigationController like component for my app and was wondering if anybody has already built one they would like to share. If not I plan to take some inspiration from Chameleon and build one myself.

Thanks!

saidmarouf commented 12 years ago

I would look at https://github.com/joshaber/TwUIPushPopTest. I have a simple implementation inspired by this, but not as sophisticated as UINavigationController. Will try to post it when I get to polishing it.

jparishy commented 12 years ago

I have started writing a TUINavigationController class with UINavigationController as a model, but it's still early. I should have time to work on it this week end and merge the early work in my fork

mrjjwright commented 12 years ago

Thanks guys. jparishy, I will watch your fork and maybe I can contribue. I didn't know about TwUIPushPopTest either.