IBM
C2180-279 · Question #94
What are the steps to create an iOS native page?
The correct answer is A. Create a new Objective C class, subclass UIViewController. See the full explanation below for the reasoning.
Question
What are the steps to create an iOS native page?
Options
- ACreate a new Objective C class, subclass UIViewController
- BCreate a new Objective C class, subclass UINativePage
- CCreate a new Objective C class, make it partial class of the application's main ViewController
- DAdd UI layout to the existing ViewController
How the community answered
(27 responses)- A70% (19)
- B15% (4)
- C11% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.