inloop / Styles

Styling iOS apps made easy
MIT License
18 stars 2 forks source link

ViewStyle: Remove need to call layoutIfNeeded after layout updates. #44

Closed jakubpetrik closed 6 years ago

radimhalfar commented 6 years ago

Probably it might help to consider using requiresConstraintBasedLayout from https://developer.apple.com/documentation/uikit/uiview/1622507-layoutifneeded

called in applyTo function

jakubpetrik commented 6 years ago

closing this issue, since we dropped .roundCorners property.