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

Improved reliability to BlockTextpromptAlertView #25

Closed natanrolnik closed 12 years ago

natanrolnik commented 12 years ago

When calling show to BlockTextpromptAlertView in some cases and devices, the AlertView didn't go up and stood behind the keyboard. So instead of using an NSTimer to trigger to the TextField becomeFirstResponder, now it's done via NSNotificationCenter from the animations completion block from the superclass BlockAlertView.

gpambrozio commented 12 years ago

Thanks for the fix.

natanrolnik commented 12 years ago

Thank you for the amazing class and the opportunity.