mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Update AppIconOptionsController.m
This commit is contained in:
parent
5fc2d7c204
commit
3b9fee4d93
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
NSString *iconName = self.appIcons[self.selectedIconIndex];
|
NSString *iconName = self.appIcons[self.selectedIconIndex];
|
||||||
NSString *iconPath = [[NSBundle mainBundle] pathForResource:iconName ofType:@"png"];
|
|
||||||
|
|
||||||
UIImage *iconImage = [UIImage imageNamed:iconName];
|
UIImage *iconImage = [UIImage imageNamed:iconName];
|
||||||
UIImage *roundedIconImage = [self createRoundedImage:iconImage size:CGSizeMake(120, 120)]; // Adjust size as needed
|
UIImage *roundedIconImage = [self createRoundedImage:iconImage size:CGSizeMake(120, 120)]; // Adjust size as needed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue