gpt4 book ai didi

objective-c - 如何让 NSButton 位于 NSButton 之上?

转载 作者:行者123 更新时间:2023-12-03 17:31:42 25 4
gpt4 key购买 nike

我有两个 NSButton。两个按钮都带有图像。这就是我创建的[按钮](/image/IYXIE.png),问题是星形按钮始终位于叶子按钮后面。我怎样才能把它带到前面。 (搜索 Mac osx 而不是 iOS。)
更新:这是我第一次鼠标悬停时得到的结果 enter image description here ,在第二次鼠标悬停 enter image description here 时得到了这个

最佳答案

[starButton removeFromSuperview];
[self addSubview:starButton positioned:NSWindowAbove relativeTo:nil];

另外,NSView支持该方法

 sortSubviewsUsingFunction:context:

实现简单地对 View 进行排序..需要更多代码,但看起来更干净。

关于objective-c - 如何让 NSButton 位于 NSButton 之上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16398854/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com