ergunemr / BottomPopup

BottomPopup provides a popup-like presentation style to any view controller
MIT License
874 stars 89 forks source link

Add support for UIScrollViews, UITableViews and UICollectionViews #13

Open Dominik777 opened 5 years ago

Dominik777 commented 5 years ago

Would it be possible to add support for scroll views to this library so we can replicate UI such as the apple maps/stock app drawer. There are a few library's that do this already such as PullUpController or FloatingPanel. However these library are either very large or do not use all the latest apple APIs such as UIPresentationControllers or UIPercentDrivenInteractiveTransition.

kunass2 commented 3 years ago

Yes, add support for that;)