ianb821 / IBActionSheet

Customizable iOS 7 style UIActionSheet
MIT License
307 stars 65 forks source link

Added Cancel and Destructive button convenience methods and properties #25

Closed robtimp closed 9 years ago

robtimp commented 9 years ago

cancelButtonIndex and destructiveButtonIndex properties are available with UIActionSheet, but not IBActionSheet.

I also found it useful to have convenience methods to easily set the font of the Cancel or Destructive buttons.

ianb821 commented 9 years ago

Thanks for your contribution!