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?


基础教程推荐
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01