Apple don’t allow any animation on iOS widget. But I see some app achieve smooth animation already, is there anyone know how to achieve this?
app link on app store
I tried two ways that other guy mentioned before, but not worked
- ttf font: cannot achieve smooth animation
- Text Timer: 1 time per second, cannot be smooth either
X.Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
In iOS 17, we can now animate content for up to 2 seconds, whereas in earlier versions we were limited to using SwiftUI transitions.
Resource:
Animating in widgetKit
Soufiane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.