Skip to content

Instantly share code, notes, and snippets.

View Parietal's full-sized avatar

Brian Harper Parietal

  • Healthnexxus
  • Canada
View GitHub Profile
import UIKit
class TodosViewController: UIViewController, UINavigationBarDelegate {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func viewDidAppear(animated: Bool) {