bawn / Aquaman

A pure-Swift library for nested display of horizontal and vertical scrolling views
https://bawn.github.io/#blog
MIT License
269 stars 42 forks source link

replace `layoutSubviews` with `layoutIfNeeded` #7

Closed acumen1005 closed 3 years ago

acumen1005 commented 3 years ago

as apple developer documentation says, You should not call this method directly. a better way is to call layoutIfNeeded

ref: layoutsubviews