Added Custom Padding on Alert Description StackView#60
Added Custom Padding on Alert Description StackView#60mdflores wants to merge 1 commit intopmusolino:masterfrom
Conversation
Updated Sample Project
|
Great addition to customization. |
|
Thanks for this PR, I check it out during the weekend. |
|
@mdflores I reviewed your PR, but there are some problems. First of all, the name for the two constraints is ambiguous, because inside the alert there are two UIStackViews, one for title and description, and one for the buttons (PMAlertAction). The second point: you implemented this feature, but is interesting to implement the same on the second stack view ( Please, integrate this and I can approve your PR. -Paolo |
|
I've expanded on this pull request and addressed your comments @pmusolino #61 |
|
Closed in favor of #61 |
Alert Description is too close to the AlertController's ContentView when Alert Description is customized not to have a center alignment.
Changes for this PR:
Added Custom Padding on Alert Description StackView
Updated Sample Project