Here are the steps to create a table view in Swift:
Here's an example code snippet for the required UITableViewDataSource and UITableViewDelegate methods:
main.swift770 chars22 lines
Note: don't forget to set the identifier of the prototype cell in storyboard, as shown in the example above.
gistlibby LogSnag