RazzleDazzle
RazzleDazzle copied to clipboard
initial position of view?
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
in viewDidLoad
Thanks for any help.
Solve by calling animateCurrentFrame()
on viewDidLoad
, I may have miss this in the docs.
Any hint on this in the docs? Did I just missed it?