It's a common task to provide visual cue to the user when a task is in progress. Apple UIKit has the UIActivityIndicatorView UI component for this purpose. The component appears as a "gear" that is either spinning or stopped . In this post, we will extend it: Show a transparent overlay over the whole screen or part … Continue reading Display Activity Indicator with Overlay