[adapting iOS 13] Unable to simultaneously satisfy constraints

? slide(drawer) menu view not working(not move) on iOS 13

-> (programmatically)
   slideView.translatesAutoresizingMaskIntoConstraints = true (before opening)
    <action - animate slide/move>
   slideView.translatesAutoresizingMaskIntoConstraints = false (after closing)

=> working !


? constraints error "Unable to simultaneously satisfy constraints. ~"

-> (storyboard)
   set space constraint Priority 999 (from 1000)

=> slide worked & error not displayed 

Comments

Popular posts from this blog

[Phonics KR 1.0] section Letter

[adapting iOS 13] copy UIView 'thoroughly'