add about repository view
This commit is contained in:
parent
fc3701abfc
commit
07cd49449e
4 changed files with 56 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
|
|||
|
||||
override func viewDidLoad() {
|
||||
navigationItemTitle = "General"
|
||||
tableData = [
|
||||
// section 0
|
||||
[[.type: CellDataType.segue, .title: "About Repository", .link: "showAboutRepositorySegue"],],
|
||||
]
|
||||
super.viewDidLoad()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue