ergunemr / BottomPopup

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

Dynamic height (Auto Layout) #41

Closed nikolaveljic64 closed 1 year ago

nikolaveljic64 commented 2 years ago

How can we handle dynamic height?

Now we can only set height , constant in popupHeight.

Thanks.

guneshasancan commented 1 year ago

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

nikolaveljic64 commented 1 year ago

I didn't check updates. Thanks! @guneshasancan