How do I support the touch of the navigation bar label?
Posted
by iaefai
on Stack Overflow
See other posts from Stack Overflow
or by iaefai
Published on 2010-04-10T03:50:18Z
Indexed on
2010/04/10
3:53 UTC
Read the original article
Hit count: 434
I have an editor that I am making, and I need a way of editing the document's title. I was considering touching the title of the navigation item and have a custom view appear.
I did this in an initial version of the application with a button bar item (and target/action), but I cannot seem to find a way to do it with the managed navigation bar.
The alternative I was considering was putting another bar at the bottom with an item to do just that, but it doesn't seem like the best design if I don't need to do it, as it takes away from viewing space.
Example image: i.imgur.com/NXAQs.png
© Stack Overflow or respective owner