mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 01:32:06 +00:00
New headers for Fullscreen to the Right
This commit is contained in:
parent
42122beb56
commit
b940b6aa58
1 changed files with 6 additions and 1 deletions
|
|
@ -141,7 +141,12 @@
|
|||
@end
|
||||
@interface YTWatchViewController (uYouEnhanced)
|
||||
@property(nonatomic, strong) YTWatchPullToFullController *pullToFullController;
|
||||
- (NSUInteger)allowedFullScreenOrientations;
|
||||
- (NSUInteger) allowedFullScreenOrientations;
|
||||
// Fullscreen to the Right (uYouEnhanced Version) - @arichornlover
|
||||
- (BOOL) fullscreen
|
||||
- (UIInterfaceOrientationMask) supportedInterfaceOrientations;
|
||||
- (UIInterfaceOrientation) preferredInterfaceOrientationForPresentation;
|
||||
- (void)forceRightFullscreenOrientation;
|
||||
@end
|
||||
|
||||
// uYouPlus
|
||||
|
|
|
|||
Loading…
Reference in a new issue