In UIKit, which class is typically subclassed to create a screen or view controller in an iOS app?
Which keyword is used to declare the body of a SwiftUI view struct?
What is the term for the object in Core Data that represents a single record or row in a database?
Which of the following creates a button in UIKit using Swift?
In SwiftUI, which property wrapper is used to define a mutable value that belongs to a view, such as a score counter?
What is the term for the line in Interface Builder that connects one scene to another, initiating a transition?
In Core Data, which type defines the attributes and relationships of stored data?
Which view in SwiftUI is used to present a scrolling list of rows identified by a collection?
What property of UILabel is used to set the displayed text, such as showing the message 'Welcome!'?
Which method is called on an NSManagedObjectContext to write any changes to the data store?