update basictableviewcontroller

This commit is contained in:
Bob Sun 2017-02-10 16:44:59 +08:00
parent 24139e932b
commit 2487b23a10
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
7 changed files with 46 additions and 28 deletions

View file

@ -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()
}