iOS Developer Interview Questions
Name four important data types found in Objective-C.
SEE THE ANSWER
How proficient are you in Objective-C and Swift? Can
you briefly describe their differences?
SEE THE ANSWER
What are UI elements and some common ways you can
add them to your app?
SEE THE ANSWER
Q
Explain the purpose of the reuseIdentifier in the
UITableViewCell constructor:
SEE THE ANSWER
What are some common execution states in iOS?
SEE THE ANSWER
What is the purpose of managed object context
(NSManagedObjectContext) in Objective-C and how
does it work?
SEE THE ANSWER
Q
Determine the value of x in the Swift code below.
Explain your answer.
SEE THE ANSWER
Find the bug in the Objective-C code below. Explain your
answer.
SEE THE ANSWER
Explain the difference between raw and associated
values in Swift.