Robert Smith
Robert Smith

Reputation: 779

Tab Bar not visible in navigation controller

I created the following Tab Bar Application in xcode. The problem is the tab bar is not visible on the Table View that uses a navigation controller (#2 below). I would like the tabbar to remain visible at #2 below. The Navigation Controller (#1 in picture) "Bottom Bar" is set to 'Inferred'. The Navigation Controller (#1 in picture) has set the "Hide Bottom Bar on Push" not checked.

Note: #0, #1, #2 are marked below just for referencing them here.

enter image description here

I would like the tab bar to be visible at #2 below. If you need additional information please do not downvote, just ask me and I will provide it. Thank you.

Upvotes: 1

Views: 3718

Answers (1)

Robert Smith
Robert Smith

Reputation: 779

Problem solved! Steps to solve it:

  1. Deleted the navigation controller (#1 above).
  2. Then selected item #0 above and chose "Editor"->"Embed in"->"Navigation Controller"
  3. Recreated the segue between #0 and #2 above. (Since it was deleted when the navigation controller was deleted in step 1 above)

Works perfect now.

Upvotes: 3

Related Questions