Interested in setting up table view sections programmatically? Then this is the video for you!
Feel free to skip to the table view section implementation, if you want to get in and out, in less than 15 minutes: 16:00
Or watch the whole thing and see how I set up a class and work with multi-dimensional arrays - sounds so sci-fi, and you don't need a portal!
What are these multi-dimensional arrays? Here's a reference:
https://en.wikipedia.org/wiki/Array_data_type#Multi-dimensional_arrays
And of course, there's documentation on Table View sections:
https://developer.apple.com/documentation/uikit/uitableview
If you just want the code, you can steal it here:
https://github.com/shanirivers/Swift-with-Shani/blob/master/QD_TableViewSections.swift