xcode - iOS 8 Navigation Bar Not Accessible in Second ViewController on Storyboard -
i new ios development , have not tried programmatically yet. prefer working in storyboard.
i'm following outdated tutorial xcode 4.5 in xcode 6.1 create series of views connected 1 navigation controller. http://youtu.be/rgd6mcuzlec
once create second view controller, unable double click navigation bar change name , unable add bar button it.
i have segue going bar button "item" view 1 2. notice in "view controller scene" there no navigation item. if add elements view controller fall under "view" , not under "view controller", unlike view controller 1 falls under "one".
is limitation on xcode? using wrong segue (show)? there hidden setting or customization i'm missing?
i have working 2 view controllers , failing 3rd in separate project don't know did i'm pretty sure it's possible cannot reproduce..
edit: workaround instead of new adaptive show segue, use deprecated push segue, add bar button items, change adaptive show segue.
try adding adding navigation item controller , should work properly
Comments
Post a Comment