Are there any other apps that have animated or changing icons? I only know the Apple ones , calendar and clock.

  • kinttach@lemm.ee
    link
    fedilink
    English
    arrow-up
    12
    ·
    3 days ago

    Apple has not made the necessary APIs available. Only those two apps have animated icons. They’re made by Apple and so they are able to use the private APIs needed to do it.

  • AllNewTypeFace@leminal.space
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    IIRC, the clock and calendar ones are a hack, with code in Springboard actually drawing the icons. Or at least that’s how it was at the start.

    Maybe they’ve refactored it into a private API by now, though any such API would involve icon-drawing app extensions sort of like widgets, which seems a bit heavy if only a few system apps will have it as a gimmick.

    • dev_null@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      Same deal on Android. OEM launcher apps override the app icons for the OEM’s calendar and clock apps, and there is no way for a different app to achieve the same effect.