lab12
lab12

Reputation: 6448

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

Upvotes: 6

Views: 2065

Answers (2)

user3871406
user3871406

Reputation: 11

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.

Upvotes: 1

WrightsCS
WrightsCS

Reputation: 50727

Thats not MBProgressHUD, but you can replicate it with growl.

Upvotes: 0

Related Questions