ios - Xcode Storyboard issue - Button Bar Button only appears at the bottom of a TableViewController -
Not sure if this is a bug in XCode 6 (I use Beta 4) or expected behavior.
When I have a view controller in a navigation controller and 'Push' (Excluded Sessions) A Table View Controller (TVC) I can once drag the button item into the navigation bar in TVC.
When I do this But the 'show' (new adaptive segu) TVC, the bar button item goes down, and in fact when I do not build this project.
To resolve this problem To set a hack to set it as 'push', drag it to the bar button item, and after that show the 'show' But - is it necessary? Is this an XCode bug or am I missing something?
I have tried to make you the issue with the bar button below it There is no problem or Xcode bug.
But when you use segue for 'show (like push)' you will not get the navigation bar in the next scene in the new exode.
You must add navigation bar and then add bar button items in the navigation bar. Hope your problem will be resolved.
Comments
Post a Comment