Changed mov to gif in README

This commit is contained in:
Warren Moore
2012-09-18 19:42:17 -05:00
parent 20f182f8ba
commit f408bc3e46

View File

@@ -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:
<video width="320" height="480" controls="controls">
<source src="https://dl.dropbox.com/u/13103695/Screenshots/AHAlertView-Tumble.mov" type="video/quicktime" />
Your browser does not support the video tag.
</video>
![Custom theme and animation example](https://dl.dropbox.com/u/13103695/Screenshots/AHAlertView-Tumble.gif)
[alert setCancelButtonTitle:@"Cancel" block:^{
alert.dismissalStyle = AHAlertViewDismissalStyleTumble;