Skip to content

Commit 49dcc83

Browse files
André Felipe SantosDiogo Autilio
authored andcommitted
Make Question example use larger icon for demonstration with default alert type
1 parent ca52e9c commit 49dcc83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SCLAlertViewExample/ViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ - (IBAction)showTimer:(id)sender
258258
- (IBAction)showQuestion:(id)sender
259259
{
260260
SCLAlertView *alert = [[SCLAlertView alloc] init];
261+
alert.useLargerIcon = YES;
261262

262263
[alert showQuestion:self title:@"Question?" subTitle:kSubtitle closeButtonTitle:@"Dismiss" duration:0.0f];
263264
}

0 commit comments

Comments
 (0)