mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-15 04:01:06 +00:00
Update AppIconOptionsController.m
This commit is contained in:
parent
f22d9d3257
commit
fe5cae02f4
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)resizedImageWithImage:(UIImage *)image {
|
- (UIImage *)resizedImageWithImage:(UIImage *)image {
|
||||||
CGFloat scale = [UIScreen mainScreen].scale;
|
CGFloat scale = [UIScreen mainScreen].scale;
|
||||||
CGSize newSize = CGSizeMake(image.size.width / scale, image.size.height / scale);
|
CGSize newSize = CGSizeMake(image.size.width / scale, image.size.height / scale);
|
||||||
UIGraphicsBeginImageContextWithOptions(newSize, NO, scale);
|
UIGraphicsBeginImageContextWithOptions(newSize, NO, scale);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue