re-organize settings
This commit is contained in:
parent
acd4f6ae8f
commit
1c95b46252
6 changed files with 194 additions and 100 deletions
17
pass/Controllers/GeneralSettingsTableViewController.swift
Normal file
17
pass/Controllers/GeneralSettingsTableViewController.swift
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
//
|
||||
// GeneralSettingsTableViewController.swift
|
||||
// pass
|
||||
//
|
||||
// Created by Mingshen Sun on 9/2/2017.
|
||||
// Copyright © 2017 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class GeneralSettingsTableViewController: BasicStaticTableViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
navigationItemTitle = "General"
|
||||
super.viewDidLoad()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue