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.
我正在开发一个可以在黑暗区域使用并且需要降低亮度的应用程序。我想把它放到应用程序中,并认为我可以添加一个黑色 bg 颜色的 UIView 并更改 alpha,但这会妨碍用户交互。
有没有人知道如何在不阻碍人机交互的情况下做到这一点?
谢谢
将 UIView 的userInteractionEnabled属性设置为 NO。
userInteractionEnabled