ios - Move navigation controller and add a label -


i want move navigation controller , add small title between default iphone bar , navigation controller bar. that:

https://www.dropbox.com/s/6an4ywp5h1dnxy2/iphone.png

i have not idea how it. i'm trying move navigation controller code

self.navigationcontroller.view.frame = cgrectmake(0.0, 54.0, 220.0, 556.0); 

self.navigationcontroller.navigationbar.frame = cgrectmake(0.0, 0.0, 210.0, 64.0);

but can't add label.

thanx

acturely , navigationcontroller can not finish job , can use uiviewcontroller , uitoolbar,uinavigationbar , hope can .

and tutorial

navigationbar tutorial


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -