Make All Your Swift UIKit Views a UITableView
It’s possible, but is it preferable?
4 min readApr 14, 2022
--
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…