I have added 2 color picker controllers! in uYouEnhanced Settings, the themes will get an update to help you give it more personalization. However I do need help making this a reality in uYouEnhanced Settings.
6 lines
168 B
Objective-C
6 lines
168 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
@interface ColourOptionsController : UIColorPickerViewController <UIColorPickerViewControllerDelegate>
|
|
|
|
@end
|