Open alexsaidani opened 11 years ago
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.
Hope this advice help :smiley:
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.