标签: swift cocoa nsview nspopover nssegmentedcontrol
我有一个macOS应用程序,其中包含一个简单的弹出窗口视图和一个NSSegmentedControl。除了分段控制的奇怪外观之外,一切都很好。放置在弹出视图中时,它有这种奇怪的方形背景。
NSSegmentedControl
有没有办法摆脱这个?
答案 0 :(得分:1)
显然,NSSegmentedControl中的标签忽略了振动效果。
要解决此问题,请将NSSegmentedControl设置为NSVisualEffectView,将material放在popover内。
NSVisualEffectView
material
popover