Skip to content

Releases: Saimoness/OverlayContainer

1.0.2

15 Apr 17:42
Compare
Choose a tag to compare

Supporting UINavigationController within OverlayContainerViewController. Each child can have multiple drivingScrollViews, or none at all.

IMPORTANT

If the ViewController in OverlayContainerViewController have underlaying UINavigationController or any other ViewController it have to provide this to be able to drag overlay:

-> func overlayContainerViewController(_ containerViewController: OverlayContainerViewController,
shouldStartDraggingOverlay overlayViewController: UIViewController,
at point: CGPoint,
in coordinateSpace: UICoordinateSpace) -> Bool

Removing unneccessary optionals UIScrollView from drivingScrollViews array.

11 Apr 00:12
Compare
Choose a tag to compare
1.0.1

Removed optionals WeakOverlayScrollView<UIScrollView> from drivingScr…

Support multiple driving scroll views

10 Apr 22:58
Compare
Choose a tag to compare

Added possibility to add multiple driving scroll views in one Overlay.