Releases: applidium/OverlayContainer
Releases · applidium/OverlayContainer
3.5.2 (7 November 2021)
- Remove Swift warnings
3.5.1 (22 August 2020)
3.5.0 (07 August 2020)
Added
OverlayContainerPresentationController
: An abstract class that can be used to manage the transition animations and the presentation of overlay containers onscreen.OverlayContainerSheetPresentationController
: AnOverlayContainerPresentationController
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)
- Renaming
DefaultOverlayContainerSheetDismissalPolicy
>ThresholdOverlayContainerSheetDismissalPolicy
- Add properties to
OverlayContainerTransitionContext
- Improve overlay context hierarchy
3.5.0-beta.1 (10 April 2020)
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)
- Avoid view loading when setting delegate
3.4.0 (30 March 2020)
- Add
availableSpace
property - Fix #49: Lay out the view before animating the view
3.3.1 (23 March 2020)
- Mark delegate as weak
3.3.0 (09 March 2020)
OverlayContainer
class is now openPassThroughView
class is now open
3.2.1 (10 January 2020)
- The status bar style derives from the overlay controller