IBM
P2180-031 · Question #48
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
(45 responses)- A80% (36)
- B13% (6)
- C4% (2)
- D2% (1)
Community Discussion
No community discussion yet for this question.