aboutsummaryrefslogtreecommitdiff
path: root/foray/ViewController.swift
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-03-14 15:47:36 +1100
committerNicholas Tay <nick@windblume.net>2022-03-14 16:06:32 +1100
commita8c3db459cc1be105dd910efb8bbc08bc163fb91 (patch)
tree2a523f0a71adc1be28fff0c9881e43f579ce3ab1 /foray/ViewController.swift
parent2dc7c2df9ba4f6201d3dcefaa77a52425a65e2c7 (diff)
downloadforayios-a8c3db459cc1be105dd910efb8bbc08bc163fb91.tar.gz
forayios-a8c3db459cc1be105dd910efb8bbc08bc163fb91.tar.bz2
forayios-a8c3db459cc1be105dd910efb8bbc08bc163fb91.zip
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/
Diffstat (limited to '')
-rw-r--r--foray/ViewController.swift19
1 files changed, 0 insertions, 19 deletions
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.
- }
-
-
-}
-