You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler throws the following error on Xcode 10 and above
CAMediaTimingFunction parameter is changed from
anim.timingFunction = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
to
anim.timingFunction = CAMediaTimingFunction(name: kCAMediaTimingFunctionEaseOut)
Kindly release the updated pod with this change.
The text was updated successfully, but these errors were encountered:
Compiler throws the following error on Xcode 10 and above
CAMediaTimingFunction parameter is changed from
anim.timingFunction = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
to
anim.timingFunction = CAMediaTimingFunction(name: kCAMediaTimingFunctionEaseOut)
Kindly release the updated pod with this change.
The text was updated successfully, but these errors were encountered: