适用于 Mac 的 MBProgressHUD? - 可可
我已经习惯了 iPhone API,并且在 iPhone 应用程序中经常使用 MBProgressHUD,但是自从我开始为 Mac 开发应用程序后,我注意到我无法使用 MBProgressHUD。是否有替代方案可以完成与 MBProgressHUD 相同的工作?我注意到苹果的操作系统中也有它。
I'm used to the iPhone API, and I used MBProgressHUD a lot in my iPhone applications, but since I started developing apps for the Mac I noticed that I can't use MBProgressHUD. Is there an alternative that will do the same job as the MBProgressHUD? I notice that apple has it in their OS as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最近在 github 上发布了我的 MBProgressHUD 从 iOS 到 OS X 的转换。
https://github.com/Foxnolds/MBProgressHUD-OSX
MBProgressHUD 类将在 iOS 和 OS X 上运行,并将在 ARC 和非 ARC 模式下编译。
祝你好运。
I have recently posted on github my conversion of MBProgressHUD from iOS to OS X.
https://github.com/Foxnolds/MBProgressHUD-OSX
The MBProgressHUD class will run on iOS and OS X and will compile in ARC and Non-ARC mode.
Good luck.
这不是
MBProgressHUD
,但您可以使用 growl< 复制它/强>。Thats not
MBProgressHUD
, but you can replicate it with growl.