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.
2 parents 954d20a + 9ca8936 commit 17e444fCopy full SHA for 17e444f
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