ergunemr / BottomPopup

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

Change height of popup view controller #23

Open SebastainMisas opened 4 years ago

SebastainMisas commented 4 years ago

I would like to change the height of the popup view controller after I select a button, how can I go about doing this?

HTKT commented 4 years ago

I had the same issue. Looking forward to get the response soon. thanks

NirajCapermint commented 4 years ago

Any update on this?

ismaiI1 commented 4 years ago

@ergunemr konuyla ilgili bi güncelleme düşünüyor musun? :)

olgaRozen commented 4 years ago

you can call (self.presentationController as? BottomPopupPresentationController)?.containerViewWillLayoutSubviews() after popupHeight changing.

guneshasancan commented 2 years ago

You can call updatePopupHeight(to: CGFloat) anywhere to update height of popup.