MCQs > IT & Programming > IOS Technical Test > You are developing an application for iOS in Xcode 4.x. Which option will check if a text field with id 'TextField' is empty or not, and displaying it in a label with the id 'Output'?

IOS Technical Test MCQs

You are developing an application for iOS in Xcode 4.x. Which of the following options will check if a text field with id "TextField" is empty or not, and displaying it in a label with the id "Output"?


Answer

Correct Answer: if(TextField.text.length == 0)  { Output.text=TextField.text;  }

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