Skip to content

Releases: theblixguy/DynamicIslandUtilities

Re-do API

08 Oct 22:08
Compare
Choose a tag to compare
  • 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!

Moving things around

20 Sep 03:21
Compare
Choose a tag to compare
  • Rename hasDynamicIsland to isAvailable and move it to the DynamicIsland enum. Now you can do DynamicIsland.isAvailable to check whether you're running on an iPhone 14 Pro or iPhone 14 Pro Max.

Some improvements

20 Sep 02:54
Compare
Choose a tag to compare
  • Make dynamicIslandProgressIndicatorConfiguration a property.
  • Swap availability check with a hasDynamicIsland check (enforced at runtime when dynamicIslandProgressIndicatorConfiguration is accessed).

A minor bugfix

19 Sep 23:12
Compare
Choose a tag to compare
  • Add missing public to the definition of dynamicIslandProgressIndicatorConfiguration(). I am an idiot!

Initial release

19 Sep 23:07
71ceda5
Compare
Choose a tag to compare