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.

Enter image details here

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.

Enter image details here

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.
Enter image details here You must add navigation bar and then add bar button items in the navigation bar. Enter image details here Hope your problem will be resolved.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -