Animation1 withAnimation 버그 해결 https://stackoverflow.com/questions/77022165/why-occur-animation-effect-in-swiftui Why occur animation effect in SwiftUI struct ContentView: View { var randColor: Color { Color(red: randomNumber/255, green: randomNumber/255, blue: randomNumber/255) } @State var isAnimation = false var stackoverflow.com stackoverflow에 질문을 올렸었는데, 분명히 아래의 Rectangle은 색이 변하는 애니메이션이 작동할 이유가 없다. 하지만 지속적으로 색이 변하는 애니메이션이.. 2023. 9. 1. 이전 1 다음