标签: view border visible
我有一个从NSView继承的视图
view.layer.borderWidth = 1.0; view.layer.borderColor = redColor;
然后,创建另一个视图覆盖它,但视图下的边框仍然可见,为什么?