In this tutorial we will learn how to use an activity indicator in SwiftUI. This
is a simple task but unfortunately SwiftUI does not have an activity indicator
built in, so we need to use the UIActivityIndicatorView which is part of UIKit.
This is what we will be building:
>