在 Cocoa 中翻转窗口
如何翻转 NSWindow,以便按下按钮,窗口将像仪表板上一样“翻转”,并且 NSWindow 的内容视图会发生变化。
How can I flip an NSWindow so I can press a button, and the window will "flip" like on Dashboard and the content view of the NSWindow changes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第 1 步:将窗口置于垂直对齐的支点上。
步骤2:从一侧向下推。
好吧,不是这样。 ☺
Mike Lee 写了一篇并将其置于公共领域,并且 德鲁·麦科马克改进了它。 Rainer Brockerhoff 也写了一个,并将其置于 MIT 许可之下。所以你有你的选择。
Step 1: Center the window on a vertically-aligned fulcrum.
Step 2: Push down on one side.
OK, that's not it. ☺
Mike Lee wrote one and put it in the public domain, and Drew McCormack improved it. Rainer Brockerhoff wrote one, too, and put his under an MIT license. So you have your choice.