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.
我有一个UIButton我在上面放一个文本标签的。我想更改文本的颜色,并在距离文本 1 像素处放置一个阴影,以提供漂亮的 3D 视图。我该怎么做?
UIButton
我想改变文字的颜色...
-[UILabel setTextColor:]
...并且还放了一些阴影...
-[UILabel setShadowColor:]
... 距离文字 1 像素
-[UILabel setShadowOffset:]
您可以在 IB 中使用属性检查器中的文本颜色、阴影颜色和阴影偏移控件来执行此操作。