(from https://courses.codepath.com/courses/intro_to_ios/pages/ios_topic_questions)
Below you'll find questions that you should be able to answer after taking the iOS class. Some questions are commonly used in iOS interviews.
-
What properties of a view can be animated? (source: https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CoreAnimation_guide/AnimatableProperties/AnimatableProperties.html) name a few: anchorPoint, backgroundColor, borderColor, borderWidth, contents, frame, mask, transform, zPosition
-
What is a CALayer? (source: https://www.raywenderlich.com/2502/calayers-tutorial-for-ios-introduction-to-calayers-tutorial)