Sto ottenendo EXC_BAD_ACCESS sulla riga [alert alert].EXC_BAD_ACCESS su UIAlertview code = 1
Perché sto ottenendo questo?
alert = [[UIAlertView alloc]initWithTitle:@"Application Alert" message:@"all date popup" delegate:self cancelButtonTitle:nil otherButtonTitles:@"Update",nil];
[alert show]; //EXC_BAD_ACCESS on this line
check-out la mia risposta data qui [http://stackoverflow.com/a/13084383/1538079] –
sta chiamando dal thread principale? –
qual è il prototipo per 'alert' .. – AppleDelegate