UIView-EasingFunctions
UIView-EasingFunctions copied to clipboard
iOS 8 frame animation changes
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.
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.