mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 01:32:06 +00:00
Update AppIconOptionsController.m
This commit is contained in:
parent
a94e19a484
commit
1ab798f1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
[self.view addSubview:self.tableView];
|
||||
|
||||
self.backButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
UIImage *backImage = [UIImage imageNamed:@"Back.png" inBundle:[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"] compatibleWithTraitCollection:nil];
|
||||
UIImage *backImage = [UIImage imageNamed:@"Back.png" inBundle:[[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"] compatibleWithTraitCollection:nil];
|
||||
[self.backButton setImage:backImage forState:UIControlStateNormal];
|
||||
[self.backButton addTarget:self action:@selector(back) forControlEvents:UIControlEventTouchUpInside];
|
||||
[self.backButton setFrame:CGRectMake(0, 0, 24, 24)];
|
||||
|
|
|
|||
Loading…
Reference in a new issue