MBProgressHUD example in Swift

In this short video tutorial I am going to show you how to add a very interesting and nice looking activity indicator project called MBProgressHUD to your Swift project.

MBProgressHUD is a very stable, flexible and yes, once again, a very nice looking implementation of an activity indicator and often I prefer to use MBProgressHUD rather than UIActivityIndicator from Apple.

To learn how to use Apple’s UIActivityIndicator in your Swift project, please watch these two videos:

Swift UIActivityIndicatorView Example 1. Using storyboard.
Swift UIActivityIndicatorView example. Using storyboard

Swift UIActivityIndicatorView example #2. Using Swift code.
Swift UIActivityIndicatorView example. Using Swift code.