Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MBProgressHUD for Mac? - Cocoa

Tags:

macos

cocoa

hud

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.
alt text

like image 679
lab12 Avatar asked Nov 14 '22 04:11

lab12


1 Answers

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.

like image 73
user3871406 Avatar answered Dec 26 '22 12:12

user3871406