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.
NSView からビューを継承しています
view.layer.borderWidth = 1.0; view.layer.borderColor = redColor;
次に、それを覆う別のビューを作成しますが、ビューの下の境界線が表示されたままになります。なぜですか?