OverlayContainer Versions Save

Non-intrusive iOS UI library to implement overlay based interfaces

3.5.2

2 years ago
  • Remove Swift warnings

3.5.1

3 years ago

Fixed

3.5.0

3 years ago

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

4 years ago
  • Renaming DefaultOverlayContainerSheetDismissalPolicy > ThresholdOverlayContainerSheetDismissalPolicy
  • Add properties to OverlayContainerTransitionContext
  • Improve overlay context hierarchy

3.5.0-beta.1

4 years ago

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

4 years ago
  • Avoid view loading when setting delegate

3.4.0

4 years ago
  • Add availableSpace property
  • Fix #49: Lay out the view before animating the view

3.3.1

4 years ago
  • Mark delegate as weak

3.3.0

4 years ago
  • OverlayContainer class is now open
  • PassThroughView class is now open

3.2.1

4 years ago
  • The status bar style derives from the overlay controller