【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
相关文章
相关标签/搜索