Skip to content

Instantly share code, notes, and snippets.

@bill350
Last active April 3, 2018 14:50
Show Gist options
  • Select an option

  • Save bill350/8b8059d6e26744486cf9e90a47decc68 to your computer and use it in GitHub Desktop.

Select an option

Save bill350/8b8059d6e26744486cf9e90a47decc68 to your computer and use it in GitHub Desktop.
final class HomeViewController: ViewController {
// Perhaps a UICollectionView here
// Data structures
fileprivate let dataFetcher = HomeDataFetcher()
override func viewDidLoad() {
super.viewDidLoad()
self.reloadData()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment