Closed slcott closed 10 years ago
I'd like a function like the following for the Colours category you've created:
- (UIColor *)complementarySecondaryColorForColor:(UIColor *)primaryColor { UIColor *secondaryColor; // calculated secondary complement return secondaryColor; }
I would love if this code was written for objective-C.
Perhaps I'll just create it myself.
I'd like a function like the following for the Colours category you've created:
I would love if this code was written for objective-C.
Perhaps I'll just create it myself.