UIColor 自定義 16進位制顏色

weixin_33936401發表於2015-11-30
Objective-c

使用方法 UIColor* customColor = UIColorHex(fd8224)

#ifndef UIColorHex
#define UIColorHex(_hex_)   [UIColor colorWithHexString:((__bridge NSString *)CFSTR(#_hex_))]
#endif
``

相關文章