From a8c3db459cc1be105dd910efb8bbc08bc163fb91 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Mon, 14 Mar 2022 15:47:36 +1100 Subject: Learning UITableViewController: array data + custom cells Forgot to commit after finishing just the using array data bit. So committing with the custom cells done. https://www.ralfebert.com/ios-examples/uikit/uitableviewcontroller/ --- foray/ViewController.swift | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 foray/ViewController.swift (limited to 'foray/ViewController.swift') diff --git a/foray/ViewController.swift b/foray/ViewController.swift deleted file mode 100644 index 7b442c4..0000000 --- a/foray/ViewController.swift +++ /dev/null @@ -1,19 +0,0 @@ -// -// ViewController.swift -// foray -// -// Created by Nicholas Tay on 14/3/2022. -// - -import UIKit - -class ViewController: UIViewController { - - override func viewDidLoad() { - super.viewDidLoad() - // Do any additional setup after loading the view. - } - - -} - -- cgit