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

Fixed UITabBarController had userinteraction enabled during transition #55

Merged
merged 1 commit into from
Sep 27, 2018
Merged

Fixed UITabBarController had userinteraction enabled during transition #55

merged 1 commit into from
Sep 27, 2018

Conversation

OrkhanAlikhanov
Copy link
Contributor

transitioningViewController is either UITabBarController or UINavigationController. If you enable Motion on a UITabBarController and tap multiple times on a tabBar item, Motion will restart transition on each tap unless the transition is over. We fix this by disabling interaction on UITabBarController while transition is happening.

transitioningViewController is either UITabBarController or
UINavigationController. If you enable Motion on a UITabBarController
and tap multiple times on the tabBar item, Motion will restart transition on
each tap unless the transition is over. We fix this by disabling interaction
on UITabBarController while transition is happening.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants