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.
アプリケーション内の単一または一連のビューに対して設定UIViewGroupOpacity(ドキュメントを参照) することはできますか? ありがとう。
UIViewGroupOpacity
設定することでこれを行うことができます
view.layer.shouldRasterize = YES; view.layer.rasterizationScale = [UIScreen mainScreen].scale;
ビューのアルファを設定する前に。