Update iPad Layout Option
Other hooks/classes of iPad Layout may get removed soon.
This commit is contained in:
parent
48b63b06bc
commit
767a0fbe81
1 changed files with 4 additions and 1 deletions
|
|
@ -633,7 +633,10 @@ BOOL isTabSelected = NO;
|
|||
%hook UIDevice
|
||||
- (long long)userInterfaceIdiom {
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
- (NSInteger)userInterfaceIdiom {
|
||||
return UIUserInterfaceIdiomPad;
|
||||
}
|
||||
%end
|
||||
%hook UIStatusBarStyleAttributes
|
||||
- (long long)idiom {
|
||||
|
|
|
|||
Loading…
Reference in a new issue