Releases: uias/AutoInsetter
Releases · uias/AutoInsetter
1.3.0
Updated
- Migrated to use Swift 4.2.
1.2.6
Fixed
- #316 Fixed issue with
contentOffset
when pinning to a safe area.
1.2.5
Fixed
- #6 Issue where
UIScrollView
horizontal insets are not maintained.
1.2.4
Fixed
- #300 Fix content offset updating incorrectly and ignoring a non-default value.
1.2.3
Fixed
- #264 Incorrect superview would be used for child hierarchy relative calculations.
- Scroll views were unnecessarily evaluated and insetted when contained within insetted parent scroll views.
1.2.2
Fixed
- Fixed issue where
UITableViewController
and UICollectionViewController
would not inset correctly.
1.2.1
Fixed
- Fixed issues with ignoring and misusing custom
contentInset
values on child scroll views.
1.2.0
Updated
- Now supports 'extension safe only' API usage.
1.1.0
Updated
- AutoInsetter now takes the relative position of subviews into account when insetting.
1.0.0
AutoInsetter Initial Release - Easily provide custom view controller auto-insetting.