Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不擅长色彩模式。:D
我的朋友给我 #38cbf8在我的应用程序中使用这种颜色iOS7。
#38cbf8
iOS7
我不知道如何在UIColor.
UIColor
我如何使用它UIColor?
你应该使用[UIColor colorWithRed:0x38/255. green:0xcb/255. blue:0xf8/255. alpha:1.0]
[UIColor colorWithRed:0x38/255. green:0xcb/255. blue:0xf8/255. alpha:1.0]
这是一个用于从十六进制颜色生成 UIColor 的好工具。该工具甚至会自动为您生成 UIColor 代码。
http://uicolor.org/