pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.53k stars 186 forks source link

Feature/store style #82

Closed 942v closed 5 years ago

942v commented 5 years ago

Hi, awesome work @pmusolino !

I've added the alert content stack view and alert style as properties so those can be modified when customizing the UI.

Also, I've added validations to hide the title and description labels if the passed strings are nil.

Thanks,

pmusolino commented 5 years ago

Thanks for this PR @942v! Everything is ok, but I will remove the alertStyle variable, there is no reason to exist 👍