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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -