Why Use LayoutSubviews Anyway?

It works…

Steven Curtis

--

I previously wrote an article about the view drawing cycle, yet this turned out to be insufficient when I needed some help with shadows in a UITableViewCell subclass.

So I felt like more guidance should be out there around layoutSubviews. This article is the result of my investigation!

Before we start

--

--