Is it possible to make it a progress indicator? Put a UIActivityIndicatorView at the icon and provide a call back like ``` SPIndicator.presentProgress(message: "Hello") { completion in // do some work Backend.shared.load() // when done completion.send() } ```