Reputation: 25
I'm working on a project and I have a tabbar controller and there are four views connected to the tabbar controller , however all views are working just fine but one , the view does not recognize that it is embedded from a navigation controller which results (no back button and no tabbar) here is a picture of the part that is not working in the storyboard :
Upvotes: 1
Views: 764
Reputation: 25
The problem solved ! The segue was of type show(e.g push) however unlike the other views this one didn't work with navigation controller , so what I've done is that I deleted the segue and created another one with exactly the same attributes , and it worked ! Thank you guys for your efforts
Upvotes: 1