employer cover photo
employer logo

Sollicitatievraag bij NCR Corporation

Initialize a UIAlertView

Antwoorden op sollicitatievragen

Anoniem

8 sep 2012

UIAlertView *newAlert=[[UIAlertView alloc] initWithTitle:message:delegate:cancelButtonTitle:otherButtonTitles:];

6

Anoniem

22 sep 2015

I would write a small compact reusable method like this with a localized description ready for the world! - (void)showError:(NSError*)error { [[[UIAlertView alloc] initWithTitle:@"OH NOES! Did it died?" message:error.localizedDescription delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil] show]; } T

Anoniem

27 jun 2012

UIAlertView *alert1=[[UIAlertView alloc]init];