Correct Answer: update interactive messages (e.g. creating games or collaborative apps) using the MSSession class.
Note: This Question is unanswered, help us to find answer for this one
Which of the following classes manages notification-related activities for an app or app extension?
Answer & Explanation
Correct Answer: UNUserNotificationCenter
Note: This Question is unanswered, help us to find answer for this one
ARC Stands for:
Answer & Explanation
Correct Answer: Automatic Reference Counting
Note: This Question is unanswered, help us to find answer for this one
What is the effect of using 'weak' in the following @property definition: @property (nonatomic, weak) SomeClass *responder; ?
Answer & Explanation
Correct Answer: The responder object is not retained and the pointer is set to nil when the object is destroyed
Note: This Question is unanswered, help us to find answer for this one
Which of the following classes handles the editable content of a notification?
Answer & Explanation
Correct Answer: UNMutableNotificationContent
Note: This Question is unanswered, help us to find answer for this one
Which of the following protocols is used to present custom content in the Siri and Maps interfaces?
Answer & Explanation
Correct Answer: INUlHostedViewControlIing
Note: This Question is unanswered, help us to find answer for this one
Which of the follow statements is TRUE of the use of categories?
Answer & Explanation
Correct Answer: You can also use categories to split the implementation of a complex class across multiple source code files.
Note: This Question is unanswered, help us to find answer for this one
which of the following class objects is used to manage capture activity and coordinates the flow of data from input devices to capture outputs?
Answer & Explanation
Correct Answer: AVCaptureSession
Note: This Question is unanswered, help us to find answer for this one
Core Data now supports pinning an NSManagedObjectContext to a specific query generation. Which of the following classes iS used to specify a pinning behavior or a specific version from another context?
Answer & Explanation
Correct Answer: NSOueryGenerationToken
Note: This Question is unanswered, help us to find answer for this one
True or False? An object with at least one owner can be destroyed.
Answer & Explanation
Correct Answer: True
Note: This Question is unanswered, help us to find answer for this one