- Re-do APIs so the progress indicator is available directly from the DynamicIsland namespace.
Now, instead of having to subclass a ViewController
, you can just use DynamicIsland.progressIndicator
from anywhere to control it. This means you can also use it from SwiftUI!