MBProgressHUD for Mac? - Cocoa
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.
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.
Thats not MBProgressHUD
, but you can replicate it with growl.
精彩评论