-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Starting in iOS 17, UIGraphicsBeginImageContext will no longer be available. While your library is using this in the below method:
- (UIImage *)blurredScreenShotWithRect:(CGRect)rect
{
UIGraphicsBeginImageContextWithOptions(rect.size, NO, 0);
Is anyone looking at making this library iOS 17 compatible?
egor-bulgakov
Metadata
Metadata
Assignees
Labels
No labels