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
I'm subclassing AnimatedPagingScrollViewController to create a little on boarding controller.
I'm ignoring any x position (setting initial frame origin to zero) of my views as I'm using keepView methods to position them on the horizontal axe, but when my views are display for an instant all messed up before showing up at their correct position.
I'm also using SnapKit to setup my vertical constraints (but without setting any horizontal constraint via SnapKit).
I'm adding my views, setting up my constraints and configuring RazzleDazzle in viewDidLoad
Thanks for any help.
The text was updated successfully, but these errors were encountered:
I'm doing something wrong?
I'm subclassing
AnimatedPagingScrollViewController
to create a little on boarding controller.I'm ignoring any x position (setting initial frame origin to zero) of my views as I'm using
keepView
methods to position them on the horizontal axe, but when my views are display for an instant all messed up before showing up at their correct position.I'm also using
SnapKit
to setup my vertical constraints (but without setting any horizontal constraint via SnapKit).I'm adding my views, setting up my constraints and configuring
RazzleDazzle
inviewDidLoad
Thanks for any help.
The text was updated successfully, but these errors were encountered: