mirror of
https://github.com/zhigang1992/AHAlertView.git
synced 2026-01-12 08:53:50 +08:00
- Removed stray dead code
This commit is contained in:
@@ -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;
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user