1

I'm developing a new application that use a webView for internet searches...

I'd like to reproduce the navigation bar as Safari's bar but I don't know how do.
How can I create a navigation bar with label and two text fields programmatically?
Does anyone know a tutorial, link or guide to do this?

Thanks!

matteodv
  • 3,884
  • 4
  • 37
  • 71
  • New version of this question .. http://stackoverflow.com/questions/19819165/imitate-ios-7-facebook-hide-show-expanding-contracting-navigation-bar – Fattie Feb 28 '14 at 20:44

1 Answers1

0

Reproducing it exactly will take some studying and development. You might start with the Apple sample code TableSearch, and with the knowledge gained tackle a more exact replica.

jbm
  • 1,472
  • 11
  • 25