swift - Which segue should I use to show a view controller vertically? -
first , foremost i'm still new swift please bear me. i'm @ view controller (which root view controller in navigation hierarchy) , want view controller b appear popup (cover entire screen). i want popup , remain part of navigation hierarchy. popup push view controller c horizontal transition. how this? using segues. don't know segue use. should use modal or popover segue go view controller view controller b? or should use push segue , use custom transition? i'd prefer not use custom transition let me know think.
embed viewcontroller b navigation controller , present navigation controller modally.
Comments
Post a Comment