Quantcast
Channel: Notes of a Developer » UIColor
Browsing all 2 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Color Picker for iOS

Example: 1234567891011121314151617181920212223242526272829303132333435363738394041- (void)viewDidLoad {     [super viewDidLoad];         // Do any additional setup after loading the view, typically...

View Article



Image may be NSFW.
Clik here to view.

UIColor from hex

I added 2 new methods to category UIColor. 123456789101112131415161718+ (UIColor* ) colorWithHex:(int)color {     float red = (color & 0xff000000) >> 24;     float green = (color &...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images