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.
更改 UILabel 颜色的语法是什么?
另外,在哪里可以找到这些信息?
myLabel.textColor = [UIColor redColor];
你甚至看过UILabel的文档吗?那应该永远是你的第一个停靠港:)