iPad title bars. Navbars or toolbars?
Posted
by Squeegy
on Stack Overflow
See other posts from Stack Overflow
or by Squeegy
Published on 2010-04-10T02:26:04Z
Indexed on
2010/04/10
2:33 UTC
Read the original article
Hit count: 351
I see a bunch of apps for iPad with really cool title bars. These seem to be a combination of a navigation bar and a toolbar. They usually have a back button and a title as well as men other buttons. And a navbar only supports a left item, a right item and and title view. And the toolbar does not really support back buttons or titles.
So how do I implement these rich navbars with many buttons on my UINavigationController driven application?
© Stack Overflow or respective owner