Add support for full screen and safe area resolutions (#577)

Display full width x height in label below the resolution switcher
This commit is contained in:
goob47
2023-09-29 01:03:47 -05:00
committed by GitHub
parent d6ee43dab5
commit f8a76e4584
4 changed files with 162 additions and 86 deletions

View File

@@ -14,6 +14,7 @@
@property (strong, nonatomic) IBOutlet UISlider *bitrateSlider;
@property (strong, nonatomic) IBOutlet UISegmentedControl *framerateSelector;
@property (strong, nonatomic) IBOutlet UISegmentedControl *resolutionSelector;
@property (strong, nonatomic) IBOutlet UIView *resolutionDisplayView;
@property (strong, nonatomic) IBOutlet UISegmentedControl *touchModeSelector;
@property (strong, nonatomic) IBOutlet UISegmentedControl *onscreenControlSelector;
@property (strong, nonatomic) IBOutlet UISegmentedControl *optimizeSettingsSelector;