Blue Yeti Microphone
Rode Stand
Spider Shock Mount
Mac Keyboard Cover
Screenflow - recording software
Swift basic UITableView Tutorial
In this post we will look at implementing a basic UITableView in swift. This tutorial is also on youtube at: First of all we create a blank single view project in XCode. In the left hand pane we select ViewController.swift. Under class ViewController add the following IBOutlet: @IBOutlet var tableView: UITableView! This is used later on […]