diff --git a/README.md b/README.md index aa17c00..6fb4281 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,7 @@ You can use an alert view to prompt for user input, including secure text for pa You can use the block you pass in with the button title to perform any action, including setting a custom dismissal animation based on which button was touched: - +![Custom theme and animation example](https://dl.dropbox.com/u/13103695/Screenshots/AHAlertView-Tumble.gif) [alert setCancelButtonTitle:@"Cancel" block:^{ alert.dismissalStyle = AHAlertViewDismissalStyleTumble;