ianb821 / IBActionSheet

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

Update docs and minor properties change #26

Closed robtimp closed 9 years ago

robtimp commented 9 years ago

Updates for README.md to include the Cancel and Destructive button properties and methods recently added.

Also, changes the type of the cancelButtonIndex and destructiveButtonIndex properties from int to NSInteger to match UIActionSheet.

ianb821 commented 9 years ago

Awesome, thanks!