diff --git a/uYouPlus.xm b/uYouPlus.xm index ecf13a2..ca6a425 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -161,7 +161,14 @@ static void repositionCreateTab(YTIGuideResponse *response) { %group gCenterYouTubeLogo %hook YTNavigationBarTitleView -- (BOOL)shouldCenterNavBarTitleView { return YES; } +- (void)setShouldCenterNavBarTitleView:(BOOL)center { + %orig(YES); +} +- (BOOL)shouldCenterNavBarTitleView { + return YES; +} +- (void)alignCustomViewToCenterOfWindow { +} %end %end