Daily iOS
UIKit

Core Animation model and presentation layers

A view animates across the screen over 3 seconds with a UIView animation. Tapping it mid-flight does nothing, and printing view.frame mid-animation already shows the destination value. Why do these two things happen?

Submit