UINavigationController-Alike for Desktop-Cocoa?(UINavigationController-Alike for Desktop-Cocoa?)
问题描述
我目前正在开发一个用户界面非常类似于 Mac 版 Twitter 的应用程序(在 iOS 上推入/退出视图).
I'm currently developing an application with an user interface much like Twitter for Mac (Pushing in/out of views like on iOS).
有没有人为桌面 Cocoa 实现了 UIViewController?这样可以节省我很多小时的工作时间.
Has anyone implemented a UIViewController for desktop Cocoa? This would save me many hours of work.
推荐答案
目前标准的 AppKit 中还没有.你必须自己写.
There isn't one in standard AppKit at this time. You'll have to write your own.
如果您决定走这条路,这可能会有所帮助:http://parsekit.com/umekit/一个>
This may help if you decide to go down that path: http://parsekit.com/umekit/
UMEKit 是 Cocoa 的一个小框架,它实现了 UIKit 类和 UI 组件的一些等价物.
UMEKit is a little framework for Cocoa that implements some equivalents to UIKit classes and UI components.
这篇关于UINavigationController-Alike for Desktop-Cocoa?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:UINavigationController-Alike for Desktop-Cocoa?


- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- URL编码Swift iOS 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- UITextView 内容插图 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01