Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix the compilation error with xcode 16 #251

Closed
wants to merge 1 commit into from

Conversation

jifang
Copy link

@jifang jifang commented Jun 15, 2024

Starting with iOS18, CAMediatTimingFunctionName is marked as iOS12 only. To support iOS below 12 we need to construct the CAMediaTimingFunction with explicit control points.

Starting with iOS18, CAMediatTimingFunctionName is marked as iOS12 only. To
support iOS below 12 we need to construct the CAMediaTimingFunction with
explicit control points.
@pujiaxin33
Copy link
Owner

Thanks for pull request. I've update with animation.timingFunction = CAMediaTimingFunction(name: .easeOut)

@pujiaxin33 pujiaxin33 closed this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants