mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
Update iPad Layout
Option
Other hooks/classes of iPad Layout may get removed soon.
This commit is contained in:
@@ -633,7 +633,10 @@ BOOL isTabSelected = NO;
|
||||
%hook UIDevice
|
||||
- (long long)userInterfaceIdiom {
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
- (NSInteger)userInterfaceIdiom {
|
||||
return UIUserInterfaceIdiomPad;
|
||||
}
|
||||
%end
|
||||
%hook UIStatusBarStyleAttributes
|
||||
- (long long)idiom {
|
||||
|
Reference in New Issue
Block a user