MCQs > IT & Programming > IOS Technical Test > How can an alert message/pop-up dialog box be shown in iOS?

IOS Technical Test MCQs

How can an alert message/pop-up dialog box be shown in iOS?

Answer

Correct Answer: UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"test message" message:@"test message for application." delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [alert show];

Explanation:

Note: This Question is unanswered, help us to find answer for this one

IOS Technical Test Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

IOS Technical Test Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it