Lars Richterblog.lars-richter.dev·Dec 28, 2022How I debug broken layout constraints in AutoLayoutWhile 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 u...Discuss·259 readsautolayout
freeCodeCampforfreeCodeCampfreecodecamp.org·Dec 10, 2019How to programmatically build a Spotify clone for iOS using AutoLayout: adding photos and updating the UIBy Said Hayani This is the second part of an article on building a Spotify UI clone with autoLayout programmatically. If you missed the first part, no worries - just please go and check it now. In this article, we are going to add some mocked pictur...Discuss100DaysOfCode