I want my live activity to show "in 3 min" text, and for it to be updated automatically every minute. I saw I could do: Text(date, style: .relative)
but sadly it include seconds too: 3 min, 2 sec
. Is there a way for me to remove the seconds?
There are many examples for this use case in the "Design dynamic Live Activities" session from WWDC23, especially at 11:35. How are they implementing that?