update basictableviewcontroller
This commit is contained in:
parent
24139e932b
commit
2487b23a10
7 changed files with 46 additions and 28 deletions
|
|
@ -14,7 +14,7 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
|
|||
navigationItemTitle = "General"
|
||||
tableData = [
|
||||
// section 0
|
||||
[[.type: CellDataType.segue, .title: "About Repository", .link: "showAboutRepositorySegue"],],
|
||||
[[.title: "About Repository", .action: "segue", .link: "showAboutRepositorySegue"],],
|
||||
]
|
||||
super.viewDidLoad()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue