Pavel Zak’s dev blog

#iOS development #SwiftUI #maybeMore

Posts - Page 3 of 3

Animating gradients in SwiftUI

  • 5 min read

SwiftUI animation system is simply amazing. But when using gradient fills, it is impossible to animate color change by just changing its color properties. In this article, I will present and discuss possible ways how to animate gradient fills and also address the issue with .hueRotation modifier.

Read More