You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
RSDTaskViewController
presents step view controllers using a UIPageViewController. Because the page view controller fires theviewDidAppear
method before the animation is finished, any UI actions handled in the step view controller'sviewDidAppear
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.
The text was updated successfully, but these errors were encountered: