wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

Custom Button Styles #85

Closed jfperren closed 8 years ago

jfperren commented 8 years ago

In order to keep it simple for now (and since we don't need more), I simply added the possibility of specifying for each button a UIAlertActionStyle value, which is then used by the alert to render the button according to iOS native alerts.

If none is specified it takes the default value, which is the bold one.