UITableViewDataSource Inherits From NSObject? Why?

There must be a reason, right?

Steven Curtis

--

Photo by Clyde Thomas on Unsplash

I’ve written articles about UITableViewDataSource before, sure. I even advocated for the benefits of separating out the DataSource into a separate class. That means…

The issue

Making a view controller conform to UITableViewDataSource and UITableViewDelegate is no…

--

--