Tag: uikit

  • How I Debug Broken Layout Constraints in AutoLayout

    How I Debug Broken Layout Constraints in AutoLayout

    While navigating our app at work, I try to keep an eye on the debug output and find warnings about broken layout constraints. This happens from time to time because we code all of our views and use AutoLayout to create the layouts. So nothing keeps us from coding conflicting constraints. 😄 A few days…