我有一个原型单元格,我在其中放置了UIVisualEffectView
一个ContentView
. 视觉效果视图的模糊样式为深色且活力关闭。然后我使用 IB 将 Visual Effect View 的 alpha 设置为 0,5。
然后在运行时,我收到一条警告,上面写着:
<UIVisualEffectView ...> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1.
我不明白为什么会出现此警告以及如何正确设置此 alpha 属性。