开发者

List selection in Ringtone shows a blue color for selected item. What color code is that?

开发者 https://www.devze.com 2023-01-13 04:17 出处:网络
开发者_运维问答Do anyone know the color code for that blue selected text, as it is in Ringtone list?
开发者_运维问答

Do anyone know the color code for that blue selected text, as it is in Ringtone list? thanks.


textfield.textColor=[UIColor colorWithRed:53/255.0 green:80/255.0 blue:129/255.0 alpha:1.0];

happy coding...

0

精彩评论

暂无评论...
验证码 换一张
取 消