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.
我试图让 UIView 剪辑到子视图但不完全。我的意思是像 alpha 变化,超出范围
编辑:
我希望这就像maskiPad 中图像的主题演讲功能。
mask
正如您所指出的,您将无法在视图边界之外更改 alpha。但更好的解决方案是:
创建一个扩展整个区域的新视图。将此视图的 alpha 设置为所需的值。在此视图中添加另一个视图,在此视图上设置 clipsToBounds = YES。
您可以通过使用 2 个视图来实现这一点,但我认为您不能使用 1。