A talk given at the Tokyo iOS Meetup on November 18th, 2017. It explains why, after about two years of being a strong Auto Layout advocate, I am drifting back to manual layout. This progression happened because, after finding a layout that was difficult to achieve with Auto Layout and resorting to manual layout in one specific case, I found that, by writing some very simple functions, I could achieve many of the same layouts as Auto Layout with a similar code size.