You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way of using this programatically? I have a button I am adding as a subview UITabBarController and need to present a view using this transition.
The text was updated successfully, but these errors were encountered:
Hi, whole this custom UIStoryboardSegue idea is highly tightened to the storyboard technique. There is no way (as far as I know) to create a segue programmatically, but you can create a segue in storyboard and thus invoke it in your code manually. You can see this guide from Apple for detail.
Otherwise, if you haven't adopt storyboard in your project, maybe seeking out other project (e.g. KNSemiModalViewController is a better choice.
Is there a way of using this programatically? I have a button I am adding as a subview UITabBarController and need to present a view using this transition.
The text was updated successfully, but these errors were encountered: