Releases: uias/AutoInsetter
Releases · uias/AutoInsetter
1.8.1
Updated
- AutoInsetter is now deprecated.
1.8.0
Updated
- Add support for Swift Package Manager in Xcode 11.
1.7.2
Updated
- Add support for multiple Swift versions to Podspec.
1.7.1
Fixed
- Incorrect Swift version in podspec.
1.7.0
Updated
- Add support for Swift 5.
- Add support for Xcode 10.2.
1.6.0
Updated
- Redesigned insetting engine which takes individual account of
UIScrollView
type.
Fixed
- #11 Incorrect relative frame calculations of nested
UIScrollView
.
- #13 Incorrect insetting values for landscape orientated scroll views.
- Issue where insetting would incorrectly potentially fail due to
UIScrollView
state.
1.5.1
Fixed
- Issue where AutoInsetter could never be disabled.
1.5.0
Added
enable(with: UIViewController)
mechanism for enabling insetter.
Updated
- Disables
automaticallyAdjustsScrollViewInsets
when enabling.
- Deprecated
isEnabled
.
1.4.1
Fixed
- Potential lifecycle issues with setting
additionalSafeAreaInsets
.
1.4.0
Updated
- Improved handling of
contentOffset
updates to be more effective and reliable.