martinnormark / HalfModalPresentationController

Modal presentation that takes up half the screen. Swipe down to dismiss.
http://martinnormark.com/presenting-ios-view-controller-as-bottom-half-modal/
MIT License
472 stars 66 forks source link

How to touch first view controller #13

Closed gunantosteven closed 6 years ago

gunantosteven commented 6 years ago

Hello nice work.

unnamed 1

I have issue, i hope this picture can discribed. Thanks. can we click or touch ? i have tried to do that but still can't figure it out.

martinnormark commented 6 years ago

You mean you cannot drag the map there?

gunantosteven commented 6 years ago

yes, it looks like second view controlller cover it.

martinnormark commented 6 years ago

Ok, there's an overlay - that might be causing the issues.

gunantosteven commented 6 years ago

still not working, i have deleted before. thanks.

gunantosteven commented 6 years ago

other solution ?

martinnormark commented 6 years ago

Something must be sitting on top, try to inspect the view etc. to identify it. It's not easy to help without seeing it myself.

gunantosteven commented 6 years ago

I end up using container UIView. It's a little bit tricky but that's what i want.