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?
基础教程推荐
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iOS4 创建后台定时器 2022-01-01
