Closed sethgho closed 12 years ago
Thanks!
I've modified it just a little bit. On the modal window I've changed your toolbar with a navigation bar, and added a new toolbar at the bottom of the screen.
The navigation bar behaves just as yours, with the difference that the title is now centered.
The toolbar is placed just as example of bottom toolbar with a bunch of icons.
I've also added the MIT license to both the .h and .m of PrettyToolbar.
Cheers!
I haven't tagged it yet, though. I'll wait for more new features or bug fixes :)
Thanks, Victor. I was clearly confused and over complicating the UINavigationBar. :)
I needed to prettify a toolbar on a modal window, but didn't want to mess with creating a dummy UINavigationController xib just so I can specify a custom UINavigationBar subclass (the only way I know how, and I found no alternatives). I added a PrettyToolbar and a modal window in the example project.