ergunemr / BottomPopup

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

fix memory leak #40

Closed batuhansk closed 2 years ago

batuhansk commented 2 years ago

BottomPopupTransitionHandler was retaining the BottomPopupPresentationController and this was causing the memory leak. This issue has been solved on this PR. Also, several classes refactored during this fix.