Releases: Saimoness/OverlayContainer
Releases · Saimoness/OverlayContainer
1.0.2
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.
Support multiple driving scroll views
Added possibility to add multiple driving scroll views in one Overlay.