【IOS類擴展之Hex值顏色轉換】UIColor+Hex

#import <UIKit/UIKit.h> @interface UIColor (Hex) + (UIColor *)colorWithHex:(long)hexColor; + (UIColor *)colorWithHex:(long)hexColor alpha:(float)opacity; @end #import "UIColor+Hex.h" @implementa
相關文章
相關標籤/搜索