Make All Your Swift UIKit Views a UITableView

It’s possible, but is it preferable?

Steven Curtis

--

Photo by Alvin Engler on Unsplash

Imagine that you are working to create views, and making each one have subviews placed in a scrollview.

Nothing wrong with that, but it’s quite a bit of work isn’t it?

What if we use UITableView as our basic view? How would we go about…

--

--