gpambrozio / BlockAlertsAnd-ActionSheets

Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot
http://codecropper.com/2012/01/replicating-tweetbots-alerts-and-action-sheets/
MIT License
1.41k stars 268 forks source link

Warning fixed: 'Implicit conversion from enumeration type "enum UIViewAnimationCurve"' #40

Closed Lascorbe closed 11 years ago

Lascorbe commented 11 years ago

Enum for animateWithDuration:delay:options:animations: in options isn't the correct one. Changed for UIViewAnimationOptionCurveEaseIn and UIViewAnimationOptionCurveEaseOut