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?
基础教程推荐
- UINavigationItem 的持久 rightBarButtonItem 属性 2022-01-01
- EditText 中的 setHintTextColor() 2022-01-01
- 从 UIWebView 访问元数据 2022-01-01
- Android - 如何在runOnUiThread 中将数据传递给Runnable? 2022-01-01
- 更改 UITableView 部分标题的颜色 2022-01-01
- 在 iOS 7 下 CCMenu 错位 2022-01-01
- 在视图控制器的宽度上水平均匀分布 UIButton 的最简单方法? 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- Firebase 云消息传递令牌未生成 2022-01-01
- UINavigationBar 隐藏按钮文本 2022-01-01