xcode - Buttons and input field into "top" bar -


safari on ipad has bar @ top (it isn't called "toolbar" on ios, right?), icons , input searching.

how put such buttons , input field navigation bar? navigation bar? read navigation bar has 1 button on left, 1 on right , 1 label in middle. how create "top" bar safari?

if i'm in xcode 4.0 , choose "view-based app", should set in viewcontroller > simulated metrics > top bar > navigation bar? , how add buttons it?

edit

sorry confusion - don't know if proper way add navigation bar. i'm asking general overview how such "top "bar" made. kind of view such items belong under?

you don't want use navigation bar. limited in controls can put in them. try using uitoolbar instead.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -