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.
从性能的角度来看,哪个更有效:使用阴影路径向视图添加阴影或在 png 中为视图背景添加阴影?视图将在屏幕周围动画,但不会改变大小。
在 PNG 中放置阴影总是会更有效,因为这是少了一件需要计算的事情。但是,如果您将视图的图层设置为光栅化 ( view.layer.shouldRasterize),那么它只会在其大小发生变化时重新计算,因此差异不会很大。
view.layer.shouldRasterize