Auto Layout Basics - Part 1
So the last two Treehouse courses are actually 'workshops'. What that actually means remains to be seen! There seem to be no coding challenges or quizzes, which is a shame, but could be what makes them workshops. Anyway, once these are complete then it's on to the Udemy courses I've purchased! Frame Based Layouts Auto Layout is the primary positioning tool for all OS (iOS, Mac OS, watch OS etc.). AL has come a long way - it is now more robust with better Xcode usability. Initially it wasn't so great so there are still many skeptics. The 'old' way is not going to cut it anymore so AL is the way forward.... In the new Xcode project, I've selected View Controller Scene and disabled Auto Layout. The first part of this is creating views, then using the x, y coordinates and the size for length and width to ensure to make this accurate. Then the same for three more labels. So far, easy enough. So auto resizing etc. means that it counters for rotation wh...