mtonio91 / AMSmoothAlert

Cool AlertView
MIT License
1.26k stars 158 forks source link

Show message by half - IOS 8.4 / Iphone 5S #31

Closed diogo10 closed 3 years ago

diogo10 commented 9 years ago

screen shot 2015-07-13 at 12 12 38

The code is...

AMSmoothAlertView *alert_ = [[AMSmoothAlertView alloc]initFadeAlertWithTitle:@"Sorry !" andText:@"You've just displayed this awesome alert view !" andCancelButton:NO forAlertType:AlertFailure];
                 [alert_ show];

Whats can I do ?