skip to Main Content

NSLayoutConstraint animation glitch – Ios swift

I've decided to switch to constraints and face up with animation problems. In autoresizing mask world everything works fine. UIView is attached to right top. Content inside use autoresizing mask. Animate code: UIView.animate(withDuration: 0.3, delay: 0, options: [.curveEaseInOut]) { self.constraints.first(where:…

VIEW QUESTION
Back To Top
Search