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.
我有一个带有以下代码的 SKView
allowsTransparency = true
它在 iOS 8.0 中可以正常工作。问题是...仅适用于 iOS 8.0 及更高版本。
我可以在 iOS 7.0 中使用什么?
透明度取决于如何SKView设置其 OpenGL ES 帧缓冲区。您无法在 iOS 7 中将其设置为透明,因为没有 API。
SKView
但是,根据您想要透明度的原因,可能会有 iOS 7 替代方案。例如,许多人试图使用透明SKView来将粒子效果添加到原本是 UIKit 应用程序的东西中——他们不知道在CAEmitterLayer.
CAEmitterLayer