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.
私は次のようなUIColorsの配列を持っています
[UIColor blueColor];
そのUIColorから「青」という名前を取得して、文字列で表示することは可能ですか?
UIKit には何も組み込まれていませんが、Erica Sadun のuicolor-utilities ライブラリには同様の機能が追加されています。
必要に応じて、UIColor の RGB とアルファを取得できます。