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

Rewrite the blur rendering method without deprecated UIGraphicsBeginImageContextWithOptions #2274

Merged
merged 8 commits into from
Jul 19, 2024

Conversation

onevcat
Copy link
Owner

@onevcat onevcat commented Jul 16, 2024

This fixes #2200 with another (identical) implementation for blur image method. Now a pure CG based way is used so it won't use the deprecated UIGraphicsBeginImageContextWithOptions and related context methods anymore.

@onevcat onevcat merged commit 4e732a1 into master Jul 19, 2024
16 checks passed
@onevcat onevcat deleted the fix/rewrite-blur branch July 19, 2024 12:52
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.

Deprecation of the UIGraphicsBeginImageContextWithOptions in Xcode15
1 participant