views:

18

answers:

1

Like the iPhone browser, when you tap the url text field, all navigation bar expand and "Cancel" button show up. Hit the "Cancel" button and the bar change back.

A: 

You can use a custom titleView in the navigation bar, which you can switch or animate between two display states, depending on what the user is doing or tapping.

Read the "Configuring the Navigation Item Object" section of Apple's View Controller Programming Guide for iPhone OS documentation for more information on how to customize the navigation bar.

Alex Reynolds