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.
如何将内部阴影设置为 cell.textLabel?
像这样:
cell.textLabel.innerShadow = xyz(2, 2, #000000);
要不然是啥?
它比内部阴影要复杂一些。您基本上必须自己绘制并遮盖文本之外的区域。
你可以看看这个问题的内部阴影部分和这个问题来获取文本的路径。然后你把它们拼凑在一起,这样你就可以用你的文本路径来绘制和掩盖内部阴影。