Closed alexisbar closed 5 years ago
I did It by adding my UIStackView into my custom popup controller. I do not add any buttons. Best I found.
Hey there! Yeah, that's currently how to achieve this. You have full access to PopupDialog from your custom view controller if you hold a (weak) reference to the PopupDialog in your custom view controller. Hope that works for you :)
Hello !
I was wondering if there was an easy way to add an UIView to the stackView instead of a subclass of PopupDialogButton. I need some padding and shadow around my UIButton. Something like this :
Thanks for this amazing lib. It's saving me a lot of time ✌️