Update uYouPlus.xm
This commit is contained in:
parent
5e83c4ca98
commit
69dc003517
1 changed files with 2 additions and 2 deletions
|
|
@ -150,11 +150,11 @@ static void repositionCreateTab(YTIGuideResponse *response) {
|
|||
if (self.pageStyle == 0) {
|
||||
UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)];
|
||||
customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/youtube_logo.png"];
|
||||
[self.headerView addSubview:customLogoView];
|
||||
[self.logoView addSubview:customLogoView];
|
||||
} else if (self.pageStyle == 1) {
|
||||
UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)];
|
||||
customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/youtube_logo_dark.png"];
|
||||
[self.headerView addSubview:customLogoView];
|
||||
[self.logoView addSubview:customLogoView];
|
||||
}
|
||||
}
|
||||
%end
|
||||
|
|
|
|||
Loading…
Reference in a new issue