UIKit
UIView and CALayer
How do UIView and CALayer relate to each other, and why are their roles split?
UIView and CALayer
How do UIView and CALayer relate to each other, and why are their roles split?
UIKitShort answerExpert
In a UIKit list, you applied layer.cornerRadius plus masksToBounds plus shadow to cells w…
#core-animation #rendering
UIKitShort answerExpert
A view animates across the screen over 3 seconds with a UIView animation. Tapping it mid-…
#core-animation
UIKitMultiple choiceExpert
In one cycle of the main run loop, what's the correct order of the passes UIKit runs to u…
#core-animation
UIKitMultiple choiceAdvanced
When you add layer effects like gradients, shadows, and animations to reusable UIKit cell…
#calayer