applidium / OverlayContainer

Non-intrusive iOS UI library to implement overlay based interfaces
https://gaetanzanella.github.io/2018-12-17/replicating-apple-maps-overlay
Other
1.15k stars 94 forks source link

While using ScrollView with suggested delegates then swipe down is not working. #68

Closed pushpendra996 closed 4 years ago

pushpendra996 commented 4 years ago

Describe the bug I have implement this library. And it's working fine until I do not use this with scrollView. When I am using scroll view inside my DetailsViewController then I am able to swipe up side. But I am not able to swipe down. May be I am doing some mistake in that. But I have follow the given instruction. Please help me out for this issue. And One more thing I would like to know. Is there any function which will help me to swipe up on click of button or on click of DetailsViewController TextField.

I am trying with the following code.

self.drivingScrollView = locationDetailsController.scrollView

where self is and OverlayContainerViewController

Screenshots, videos or sample codes

Testing.mov.zip

Environnement :

If you require more information then I am ready to give.