UIView-EasingFunctions icon indicating copy to clipboard operation
UIView-EasingFunctions copied to clipboard

iOS 8 frame animation changes

Open onurersel opened this issue 10 years ago • 1 comments

Apple changed key paths for frame animations of "bounds" to three seperate "position", "bounds.origin" and "bounds.size" key paths. I just fixed them with an iOS 8 condition check.

onurersel avatar Sep 21 '14 00:09 onurersel

Oh by the way, I also updated CGPoint and CGSize animation functions, since their from values now represents the change between final value and start value.

onurersel avatar Sep 21 '14 00:09 onurersel