1

I have a UITableViewController in the detailViewController of the tableview I have a infoButton on the navigationBar onClick of that infoButton infoViewController displays . How do I get the navigation bar on infoViewController?

1
  • Embed navigation controller with first controller.And add segue connections. Commented Apr 6, 2017 at 17:45

2 Answers 2

1

You just need to-: Embed navigation controller with first controller.And add segue connections

Sign up to request clarification or add additional context in comments.

Comments

0

You have to use push so it will automatically be pushed to this current navigation stack. but if you try to present it then you will not get any navigation bar.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.