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

Implement custom view did finish animating for step view controllers #10

Open
syoung-smallwisdom opened this issue Jan 10, 2018 · 0 comments

Comments

@syoung-smallwisdom
Copy link
Contributor

RSDTaskViewController presents step view controllers using a UIPageViewController. Because the page view controller fires the viewDidAppear method before the animation is finished, any UI actions handled in the step view controller's viewDidAppear method must use a 0.3 seconds delay to give transitions and animations time to complete.

Replace the page view controller with a custom implementation of a page view that handles firing this transition message correctly.

@syoung-smallwisdom syoung-smallwisdom self-assigned this Jan 10, 2018
@syoung-smallwisdom syoung-smallwisdom changed the title Implement custom view did finish animating for step view controllers. Implement custom view did finish animating for step view controllers Jan 24, 2018
@syoung-smallwisdom syoung-smallwisdom removed their assignment Jan 24, 2018
syoung-smallwisdom pushed a commit to BridgeDigitalHealth/SageResearch that referenced this issue May 1, 2018
Update travis fastlane configuration to build docs and bump framework version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant