malcommac / ScrollStackController

🧩 Easy scrollable layouts in UIKit - an UIStackView which scroll and uses root views of child view controllers.
MIT License
440 stars 38 forks source link

rowPadding layoutIfNeeded causes errors in autolayout #9

Closed malcommac closed 4 years ago

malcommac commented 4 years ago

explicit call to layoutIfNeeded() in didSet of ScrollStackRow'srowPadding should be avoided because it's not necessary and generate lots of errors in autolayout while is in processing.