iOS Storyboard type questions

iOS Storyboard type questions

University

34 Qs

quiz-placeholder

Similar activities

PKB 8

PKB 8

University

30 Qs

Database

Database

KG - University

35 Qs

IT242 - PRELIM LONG QUIZ

IT242 - PRELIM LONG QUIZ

University

30 Qs

DESAIN

DESAIN

University

29 Qs

Section 10: Design and install a Kubernetes Cluster (1-6)

Section 10: Design and install a Kubernetes Cluster (1-6)

University

39 Qs

105p2 13 & 14

105p2 13 & 14

10th Grade - Professional Development

29 Qs

key applicant (Posttest)

key applicant (Posttest)

University

30 Qs

IOT U 3

IOT U 3

University

30 Qs

iOS Storyboard type questions

iOS Storyboard type questions

Assessment

Quiz

Computers

University

Hard

Created by

Harold Peaden

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is an iOS Storyboard?

A visual representation of the app's UI and navigation flow.

A collection of reusable code snippets.

A debugging tool in Xcode.

A way to manage application state.

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

How do you define the initial view controller in a Storyboard?

By connecting it to the AppDelegate.

By enabling "Is Initial View Controller" in the Attributes Inspector.

By naming it "InitialController".

By adding a @Main annotation in the code.

3.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Which file is automatically created when you add a Storyboard in Xcode?

ViewController.swift

Main.storyboard

AppDelegate.swift

Assets.xcassets

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is a segue in a Storyboard?

A transition animation between two views.

A method used to update UI elements.

A link that defines the transition between two view controllers.

A property of a UIView.

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

How do you pass data between two view controllers connected by a segue?

Use UserDefaults.

Use a custom initializer in the destination view controller.

Override the prepare(for:sender:) method in the source view controller.

Use the @State property wrapper in Swift.

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Which of the following can be added directly to a Storyboard?

Constraints

Gesture Recognizers

View Controllers

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is the purpose of the Document Outline in a Storyboard?

To debug runtime errors.

To list all objects, views, and constraints in the Storyboard.

To write Swift code for the Storyboard.

To display a preview of the UI on different devices.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?