Avatar
Avatar
koher
UIView.animate(withDurations: 0.5, animations: { self.label.alpha = 1.0 // MainActor でないとこれができない })
まだここまでしか読んでないけど、UView.animateは2つblockとって、最初のは@escapingじゃない(即時実行される)で、問題になるのはcompletionのほうでは?と思った