iDevelopper / PBPopupController

A framework for presenting bars and view controllers as popup, much like the look and feel of Apple Music App.
MIT License
62 stars 15 forks source link

Scroll view gesture conflicts #4

Closed salminalex closed 5 years ago

salminalex commented 5 years ago

If add any scrollable controller as popup(table view, scroll view) gestures will conflict. I have troubles with adding UISlider to cell of table view. The solution is to activate dismissing popup swipe down gesture wile scroll view scrolled to the very top.

iDevelopper commented 5 years ago

This is the case. Is your scroll view embedded in a navigation controller?

salminalex commented 5 years ago

No, my scroll view as content view controller for pop panel.