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

Remove Deprecated UIGraphicsBeginImageContextWithOptions API Usage #449

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

jaxdesmarais
Copy link
Contributor

Summary of changes

Visuals

No changes to the UI so images look the same, which is expected

Before After
Simulator Screenshot - iPhone 15 - 2024-04-16 at 10 19 40 Simulator Screenshot - iPhone 15 - 2024-04-16 at 10 19 40
Simulator Screenshot - iPhone 15 - 2024-04-16 at 10 54 34 Simulator Screenshot - iPhone 15 - 2024-04-16 at 10 59 40

Checklist

  • Added a changelog entry

Authors

@jaxdesmarais jaxdesmarais requested a review from a team as a code owner April 16, 2024 16:10
@@ -21,12 +21,4 @@ - (void)drawArt {
// Subclass overrides this
}

- (UIImage *)imageOfSize:(CGSize)size {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We aren't using this anywhere and it's internal so opted to remove

@jaxdesmarais jaxdesmarais merged commit fb2956b into main Apr 19, 2024
4 of 5 checks passed
@jaxdesmarais jaxdesmarais deleted the deprecated-api-usage branch April 19, 2024 13:35
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.

Deprecated API UIGraphicsBeginImageContextWithOptions still in use for iOS 17+
3 participants