mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
a3581bf3ba
commit
da90055059
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ static void repositionCreateTab(YTIGuideResponse *response) {
|
|||
%new
|
||||
- (void)customLogoWithImageName:(NSString *)imageName {
|
||||
UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)];
|
||||
customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/" stringByAppendingString:imageName];
|
||||
customLogoView.image = [UIImage imageWithContentsOfFile:[NSString stringWithFormat:@"/Library/Application Support/uYouPlus.bundle/%@", imageName]];
|
||||
UIView *logoView = [self valueForKey:@"logoView"];
|
||||
[logoView addSubview:customLogoView];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue