Skip to content

1.0.2

Compare
Choose a tag to compare
@Saimoness Saimoness released this 15 Apr 17:42
· 1 commit to main since this release

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