pmusolino / PMAlertController

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

Change Button Colour When Selected #73

Closed marcoistasy closed 5 years ago

marcoistasy commented 5 years ago

Hello, I would like to change the background colour of a label when the user selects it. How can I do that?

pmusolino commented 5 years ago

Hi! What do you mean with "Label"? Do you mean the UIButtons?

marcoistasy commented 5 years ago

Yes the UI buttons. I am trying to make it so that the user can select more than one button

pmusolino commented 5 years ago

Sorry, but at the moment is not possible, because when you tap a button, the alert is automatically dismissed.