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?
基础教程推荐
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
