We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d004f commit 9ca8936Copy full SHA for 9ca8936
iOS/SettingsViewController.mm
@@ -89,7 +89,7 @@ - (void)viewDidLoad
89
{
90
[super viewDidLoad];
91
92
- self.cameraResPresets = [NSArray arrayWithObjects:@"cif", @"480p" /*@"vga"*/, @"720p", @"1080p", @"low", @"medium", @"high", nil];
+ self.cameraResPresets = [NSArray arrayWithObjects:@"cif", @"480p" /*@"vga"*/, @"720p", @"1080p", @"low", @"medium", @"high", @"photo", nil];
93
94
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
95
0 commit comments