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.
これを行うことは論理的に有効ですか?
child.frame = parent.bounds
ビューのデフォルトのレイヤーサブレイヤーとして新しいCALayerを追加し、その新しいCALayerを(0,0)に配置し、親とまったく同じサイズにする必要があるとします。それから私はこれを書くでしょう:
self.customSublayer.frame = self.view.layer.bounds;
これはどのシナリオでも問題なく機能するはずですが、他の意見が欲しいです:)
それはそれを行うための標準的な方法です、私はあなたが他のオプションを必要とするとは思わない