Skip to content

Releases: applidium/OverlayContainer

3.5.2 (7 November 2021)

07 Nov 10:49
Compare
Choose a tag to compare
  • Remove Swift warnings

3.5.1 (22 August 2020)

22 Aug 13:57
Compare
Choose a tag to compare

Fixed

3.5.0 (07 August 2020)

07 Aug 16:34
Compare
Choose a tag to compare

Added

  • OverlayContainerPresentationController: An abstract class that can be used to manage the transition animations and the presentation of overlay containers onscreen.
  • OverlayContainerSheetPresentationController: An OverlayContainerPresentationController subclass that adds a dimming layer over the background content and a drag-to-dismiss & tap-to-dismiss gestures.

Updated

  • The overlay container view autorizing mask is now [.flexibleHeight, .flexibleWidth]

3.5.0-beta.2 (23 April 2020)

23 Apr 12:29
Compare
Choose a tag to compare
Pre-release
  • Renaming DefaultOverlayContainerSheetDismissalPolicy > ThresholdOverlayContainerSheetDismissalPolicy
  • Add properties to OverlayContainerTransitionContext
  • Improve overlay context hierarchy

3.5.0-beta.1 (10 April 2020)

10 Apr 11:29
Compare
Choose a tag to compare
Pre-release

Added

  • OverlayContainerPresentationController: An abstract class that can be used to manage the transition animations and the presentation of overlay containers onscreen.
  • OverlayContainerSheetPresentationController: An OverlayContainerPresentationController subclass that adds a dimming layer over the background content and a drag-to-dismiss & tap-to-dismiss gestures.

3.4.1 (6 April 2020)

06 Apr 06:55
Compare
Choose a tag to compare
  • Avoid view loading when setting delegate

3.4.0 (30 March 2020)

30 Mar 17:52
Compare
Choose a tag to compare
  • Add availableSpace property
  • Fix #49: Lay out the view before animating the view

3.3.1 (23 March 2020)

23 Mar 10:19
Compare
Choose a tag to compare
  • Mark delegate as weak

3.3.0 (09 March 2020)

09 Mar 12:31
Compare
Choose a tag to compare
  • OverlayContainer class is now open
  • PassThroughView class is now open

3.2.1 (10 January 2020)

10 Jan 16:42
Compare
Choose a tag to compare
  • The status bar style derives from the overlay controller