Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Programatically #8

Open
alexsaidani opened this issue Sep 8, 2013 · 1 comment
Open

Using Programatically #8

alexsaidani opened this issue Sep 8, 2013 · 1 comment

Comments

@alexsaidani
Copy link

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.

@zetachang
Copy link
Owner

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 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants