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

Segues not performing correctly #20

Closed
ameyavichare opened this issue Aug 23, 2016 · 1 comment
Closed

Segues not performing correctly #20

ameyavichare opened this issue Aug 23, 2016 · 1 comment
Labels

Comments

@ameyavichare
Copy link

When I click on one of the skypeController cells where I have added a segue, it will perform the segue to another view controller but come back again in like 1 sec

@m-revetria
Copy link
Member

@ameyavichare, I think the issue here is that the actions' handlers are executed immediately after the user touches an action. So, the segue is performed and after a short time the action controller is dismissed. Is that the problem that you are reporting?

XLActionController's behavior should be the same of UIAlertController by default, in which, the actions' handlers are executed after the alert is dismissed. This could break some existing app using it in this way, but it's the correct behavior and could prevent future issues.

I'll take care of this in these days

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

2 participants