Releases: theblixguy/DynamicIslandUtilities
Releases · theblixguy/DynamicIslandUtilities
Re-do API
Moving things around
- Rename
hasDynamicIsland
toisAvailable
and move it to theDynamicIsland
enum. Now you can doDynamicIsland.isAvailable
to check whether you're running on an iPhone 14 Pro or iPhone 14 Pro Max.
Some improvements
- Make
dynamicIslandProgressIndicatorConfiguration
a property. - Swap availability check with a
hasDynamicIsland
check (enforced at runtime whendynamicIslandProgressIndicatorConfiguration
is accessed).
A minor bugfix
- Add missing
public
to the definition ofdynamicIslandProgressIndicatorConfiguration()
. I am an idiot!
Initial release
0.0.1