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

Releases: uias/AutoInsetter

1.3.0

17 Sep 19:10
Compare
Choose a tag to compare

Updated

  • Migrated to use Swift 4.2.

1.2.6

05 Aug 14:07
Compare
Choose a tag to compare

Fixed

  • #316 Fixed issue with contentOffset when pinning to a safe area.

1.2.5

30 Jul 08:26
Compare
Choose a tag to compare

Fixed

  • #6 Issue where UIScrollView horizontal insets are not maintained.

1.2.4

14 Jun 22:33
Compare
Choose a tag to compare

Fixed

  • #300 Fix content offset updating incorrectly and ignoring a non-default value.

1.2.3

25 Mar 15:56
Compare
Choose a tag to compare

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

19 Mar 21:21
Compare
Choose a tag to compare

Fixed

  • Fixed issue where UITableViewController and UICollectionViewController would not inset correctly.

1.2.1

11 Feb 14:04
Compare
Choose a tag to compare

Fixed

  • Fixed issues with ignoring and misusing custom contentInset values on child scroll views.

1.2.0

05 Feb 15:43
Compare
Choose a tag to compare

Updated

  • Now supports 'extension safe only' API usage.

1.1.0

30 Jan 14:55
Compare
Choose a tag to compare

Updated

  • AutoInsetter now takes the relative position of subviews into account when insetting.

1.0.0

26 Jan 09:28
Compare
Choose a tag to compare

AutoInsetter Initial Release - Easily provide custom view controller auto-insetting.