diff --git a/YTLitePlus.xm b/YTLitePlus.xm index 042fb53..f372a56 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -633,7 +633,10 @@ BOOL isTabSelected = NO; %hook UIDevice - (long long)userInterfaceIdiom { return YES; -} +} +- (NSInteger)userInterfaceIdiom { + return UIUserInterfaceIdiomPad; +} %end %hook UIStatusBarStyleAttributes - (long long)idiom {