Using undecorated UiNavigationBar

Posted by Nicsoft on Stack Overflow See other posts from Stack Overflow or by Nicsoft
Published on 2010-03-14T17:36:05Z Indexed on 2010/03/14 18:05 UTC
Read the original article Hit count: 484

Hello,

I would like to use UINavigationBar without decoration. I.e. I would like to create my own custom buttons and link those to the same actions (e.g. back) as the navigation items were linked to and have no bar presented at the top. I was told that one should use navigation bar even though graphically you should design the interaction yourself.

How do I go about doing this? I am quite new to navigation bar to start with...

If there is some tutorial you can direct me to it would be great (that is for using nav-bar without decoration).

Thanks in advance!

Regards, Niklas

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone