Skip to content

Commit

Permalink
Update for Alderis v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcxdev committed Feb 6, 2021
1 parent 14b225f commit 1d2823b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@
self.colourPickerWindow.windowLevel = UIWindowLevelAlert + 1000;
[self.colourPickerWindow makeKeyAndVisible];

HBColorPickerConfiguration *configuration = [[HBColorPickerConfiguration alloc] initWithColor:buttonModel.tintColour];
HBColorPickerViewController *colourPicker = [HBColorPickerViewController new];
colourPicker.color = buttonModel.tintColour;
colourPicker.configuration = configuration;
colourPicker.delegate = self;
[viewController presentViewController:colourPicker animated:true completion:nil];
}
Expand Down

0 comments on commit 1d2823b

Please sign in to comment.