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
Comments
Post a Comment