ergunemr / BottomPopup

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

Add support for composition #12

Open Dominik777 opened 5 years ago

Dominik777 commented 5 years ago

Hey,

big thanks for this library, its nice to see these kind of menus done properly using UIPresentationControllers, UIPercentDrivenInteractiveTransition etc. It would be awesome if this library changes it logic from inheritance to Composition. So instead of subclassing it would be nice to just add the content view controller as a child view controller of the pop up menu.