- Removed stray dead code

This commit is contained in:
Warren Moore
2012-09-18 18:40:36 -05:00
parent 04c15627a5
commit 489245bfba

View File

@@ -99,7 +99,6 @@ static const NSInteger kAHViewAutoresizingFlexibleMargins =
NSString *message = @"This is a message that might prompt you to do something.";
AHAlertView *alert = [[AHAlertView alloc] initWithTitle:title message:message];
//alert.alertViewStyle = AHAlertViewStyleSecureTextInput;
[alert setCancelButtonTitle:@"Cancel" block:^{
alert.dismissalStyle = AHAlertViewDismissalStyleTumble;
}];