We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45daada commit cbde6c1Copy full SHA for cbde6c1
SwiftExample/SwiftExample/InitalTableViewController.swift
@@ -85,9 +85,9 @@ class InitalTableViewController: UITableViewController {
85
86
override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
87
switch section {
88
- case 2:
+ case 0:
89
return "Copyright © 2015\nJesse Squires\nMIT License"
90
- case 3:
+ case 1:
91
return "Thanks to all the contributers and MacMeDan for this swift example."
92
default:
93
return nil
@@ -125,6 +125,6 @@ class InitalTableViewController: UITableViewController {
125
}
126
127
128
-
+
129
130
0 commit comments