Skip to content
This repository has been archived by the owner on Oct 22, 2018. It is now read-only.

Latest commit

 

History

History
66 lines (45 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

66 lines (45 loc) · 2.15 KB

Change Log

All notable changes to this project will be documented in this file. AutoInsetter adheres to Semantic Versioning.

1.x Releases


Released on 2018-06-14

Fixed

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

Released on 2018-03-25

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.

Released on 2018-03-19

Fixed

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

Released on 2018-02-11

Fixed

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

Released on 2018-02-05

Updated

  • Now supports 'extension safe only' API usage.

Released on 2018-01-30

Updated

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

Released on 2018-01-23

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