Skip to content

Support for iOS 17 #127

@nj-bss

Description

@nj-bss

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions