You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dm-katsubo For the default dialog view, it's currently not possible to set a custom height. If you are defining a custom view controller, you can set the height dynamically. The default view scales to content and text automatically.
The height of the standard PopupDialog is defined by its content size, that is image (if any), title and body. If you want to set a custom height other than the one calculated for you out of the box, you have to use your own custom view controller. Having said that, make sure to set constraints correctly. Check the example in this repo or #87 for further reference.
It's possible to set custom height for dialog window? thanks
The text was updated successfully, but these errors were encountered: