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

Programmatic Execution? #1

Closed
DanBurkhardt opened this issue Apr 4, 2016 · 2 comments
Closed

Programmatic Execution? #1

DanBurkhardt opened this issue Apr 4, 2016 · 2 comments
Labels

Comments

@DanBurkhardt
Copy link

Hey there,
I don't see this in the doc anywhere, but is there a way to fire this off programmatically?

For example:

  1. I have an action for a button, so I display the stack programmatically
  2. I can automatically select the index of the destination stack, or simply just the root controller by firing an execution once the reveal animation completes.

Thanks and this looks like a great library, really great idea and well done.

Dan

@0ber
Copy link
Contributor

0ber commented Apr 5, 2016

  1. use public func showControllers() method for show stack
  2. could you clarify second question?

@0ber 0ber closed this as completed Jun 14, 2016
@0ber 0ber added the question label Jun 14, 2016
@multinerd
Copy link

I can automatically select the index of the destination stack, or simply just the root controller by firing an execution once the reveal animation completes.

I think what he means is, can he press a UIButton and have it jump back to, the root view controller, or a specific index.

user press buttons
code: present view controllers -> programmatically select index x
user is now at viewController[x] (no interaction other than pressing the button)

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

No branches or pull requests

3 participants