aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/tvOSSample/tvOSSample/AuthLoginViewController.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Example/tvOSSample/tvOSSample/AuthLoginViewController.swift')
-rw-r--r--Example/tvOSSample/tvOSSample/AuthLoginViewController.swift27
1 files changed, 8 insertions, 19 deletions
diff --git a/Example/tvOSSample/tvOSSample/AuthLoginViewController.swift b/Example/tvOSSample/tvOSSample/AuthLoginViewController.swift
index dcf72d4..65e0316 100644
--- a/Example/tvOSSample/tvOSSample/AuthLoginViewController.swift
+++ b/Example/tvOSSample/tvOSSample/AuthLoginViewController.swift
@@ -16,25 +16,14 @@ import UIKit
import FirebaseAuth
class AuthLoginViewController: UIViewController {
+ override func viewDidLoad() {
+ super.viewDidLoad()
- override func viewDidLoad() {
- super.viewDidLoad()
+ // Do any additional setup after loading the view.
+ }
- // Do any additional setup after loading the view.
- }
-
- override func didReceiveMemoryWarning() {
- super.didReceiveMemoryWarning()
- // Dispose of any resources that can be recreated.
- }
-
- /*
- // MARK: - Navigation
-
- // In a storyboard-based application, you will often want to do a little preparation before navigation
- override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
- // Get the new view controller using segue.destinationViewController.
- // Pass the selected object to the new view controller.
- }
- */
+ override func didReceiveMemoryWarning() {
+ super.didReceiveMemoryWarning()
+ // Dispose of any resources that can be recreated.
+ }
}