ios - How do I achieve a navigation bar like the one used in iBooks? -
the navigation bar in ibooks i'm looking implement. is, transparent top bar return button in top left , buttons in top right invoke actions.
however, i'm not sure how effect accomplished. transparency especially. can point me in right direction of how might accomplish this?
use custom uiview subclass. add buttons , set alpha of view. use controller's uinavigationcontroller push or pop controllers.the navigationbar should hidden.
Comments
Post a Comment