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 bb3a837 commit 7b3404eCopy full SHA for 7b3404e
Sources/InAppSettingsKit/Controllers/IASKSpecifierValuesViewController.m
@@ -33,6 +33,7 @@ @implementation IASKSpecifierValuesViewController
33
@synthesize settingsStore = _settingsStore;
34
@synthesize childPaneHandler = _childPaneHandler;
35
@synthesize listParentViewController;
36
+@synthesize colorScheme = _colorScheme;
37
38
- (id)initWithSpecifier:(IASKSpecifier*)specifier {
39
if ((self = [super initWithStyle:UITableViewStyleGrouped])) {
0 commit comments