views:

28

answers:

1

Hi all,
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!

A: 

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
Sorry for the delay but thanks for showing me this source... I'll analyze it! :)
Matthew