kishikawakatsumi / PEPhotoCropEditor

Image cropping library for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Issue Latest iOS Version

serkaneken opened this issue · comments

Hello, when we were upgrading our devices' ios version to the latest release happening the crops header top broke down, is there any solution, ı added photos as an attachment,

thanks in advance :) Happy coding :)

0f52f8cb-5bd3-4ea4-8852-177703adf014
Image20220829131152
Image20220829131221

PECropViewController.m

Add this code

if (@available(iOS 13.0, *)) {
    UINavigationBarAppearance *appearance = [[UINavigationBarAppearance alloc] init];
    appearance.titleTextAttributes = @{NSForegroundColorAttributeName: [UIColor whiteColor]};
    self.navigationController.navigationBar.standardAppearance = appearance;
    self.navigationController.navigationBar.scrollEdgeAppearance = appearance;
}

Screen Shot 2565-10-10 at 17 04 02