i need to pass 1 variable in single alert view…..for example…. i need to pass the username as “john videos deleted”
i write the code as
self.myAlert = [[[UIAlertView alloc] initWithTitle:@"MNB" message:@"Video deleted Successfully" delegate:self cancelButtonTitle:nil otherButtonTitles:@"OK",nil] autorelease];
1 Answer