是否有一个开源的基于 NSView 的 UINavigationController 之类的组件?
我正在为我的 Mac 应用程序寻找导航控制器。我可以构建一个,但只需确保没有 UINavigationController
之类的开源示例,我可以使用它来创建推送-弹出样式 NSViewController
。
I am looking for a navigation controller for my Mac app. I can build one but just making sure there are no UINavigationController
like open source examples I could use to create a push-pop style NSViewController
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您查看过Chameleon 项目吗?它是 UIKit 的实现,我怀疑它实际上不能与 NSView 一起使用,但需要编写 UIKit 代码。然而,听起来它确实可能是满足您需求的更好解决方案。
Did you take a look at the Chameleon project? It's an implementation of UIKit, and I suspect it doesn't actually work with the
NSView
but requires writing UIKit code. It, however, does sound like it might be an even better solution for your needs.