Show a UI Alert With Message & Title: Code Snippet 20:37 Add Comment You can show your alert message by pasting following code below: UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Alert... Read More