iOS & macOS development
131.9K views | +0 today
Follow
iOS & macOS development
cool tips and source code for Cocoa, Swift and Objective-C
Curated by Alessio Nonni
Your new post is loading...
Your new post is loading...
Scoop.it!

SVProgressHUD

SVProgressHUD | iOS & macOS development | Scoop.it

SVProgressHUD is an easy-to-use, clean and lightweight progress HUD for iOS. It’s a simplified and prettified alternative to the popular MBProgressHUD. Its fade in/out animations are highly inspired on Lauren Britcher’s HUD in Tweetie for iOS. The success and error icons are from Glyphish.

 

✔ Sources: https://github.com/samvermette/SVProgressHUD


Via Vincent Demay
No comment yet.
Scoop.it!

SNRHUDKit: 100% code-drawn, resolution independent HUD controls for AppKit

SNRHUDKit: 100% code-drawn, resolution independent HUD controls for AppKit | iOS & macOS development | Scoop.it

SNRHUDKit is a framework that brings missing HUD controls and interface elements to AppKit.

 

All of the controls are fully compatible with OS X 10.6 and 10.7.

Each of the NSControl subclasses are completely independent (aside from a few categories) so you are free to pick and choose the controls you need instead of using the entire framework.

No comment yet.