Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Releases: uias/AutoInsetter

1.8.1

03 Jan 12:39
Compare
Choose a tag to compare

Updated

  • AutoInsetter is now deprecated.

1.8.0

25 Aug 13:49
Compare
Choose a tag to compare

Updated

  • Add support for Swift Package Manager in Xcode 11.

1.7.2

13 Jul 10:57
Compare
Choose a tag to compare

Updated

  • Add support for multiple Swift versions to Podspec.

1.7.1

25 Apr 18:13
Compare
Choose a tag to compare

Fixed

  • Incorrect Swift version in podspec.

1.7.0

27 Mar 21:36
Compare
Choose a tag to compare

Updated

  • Add support for Swift 5.
  • Add support for Xcode 10.2.

1.6.0

24 Mar 09:23
Compare
Choose a tag to compare

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

03 Mar 19:50
Compare
Choose a tag to compare

Fixed

  • Issue where AutoInsetter could never be disabled.

1.5.0

23 Feb 18:32
Compare
Choose a tag to compare

Added

  • enable(with: UIViewController) mechanism for enabling insetter.

Updated

  • Disables automaticallyAdjustsScrollViewInsets when enabling.
  • Deprecated isEnabled.

1.4.1

28 Oct 14:39
Compare
Choose a tag to compare

Fixed

  • Potential lifecycle issues with setting additionalSafeAreaInsets.

1.4.0

18 Oct 20:18
Compare
Choose a tag to compare

Updated

  • Improved handling of contentOffset updates to be more effective and reliable.