ios - how to make a page accessible from every other page in my app and able to unwind to where the segue comes from -
i trying create on-top structure user can go general page g other pages special gesture , go page s/he comes from.
is there way while not implementing segue , unwind segue every other page page g?
thank you!
yes, can without having segue each controller, depends on how controller hierarchy set up. if instance, have navigation controller, , view controllers pushed onto stack, can create 1 segue navigation controller 1 want go of other view controllers. if other controllers embedded in tab bar controller (the tab bar controller present common controller).
Comments
Post a Comment