ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 617 forks source link

Fix fabfs into fabs for iOS 7 #43

Closed azanium closed 8 years ago

azanium commented 9 years ago

fabsf seems deprecated, I changed it into fabs

ColinEberhardt commented 8 years ago

Nice one - thanks.