ios - Segue without the tab bar -
i have app has tab bar @ bottom.
i trying segue new view controller via button has code:
@ibaction func moveover(sender: uibutton) { self.performseguewithidentifier("to-image-select", sender: sender) }
this works , segues new view, tab bar still @ bottom. how make tab bar not @ bottom? there way of doing segue doesnt carry tab bar?
edit 1
i not want tab bar, prefer have clean ui new view. have button take user previous page in corner. looking modally segues right now.
will need tab bar further in navigation ?
if yes, might want play hidden bool property display or not.
if no, set segue presentmodally instead of regular push.
hope helps, don't hesitate provide more information trying achieve
Comments
Post a Comment