Commit 24d2c29b by Shaik Ghouse

Final Changes in HomeScreen and ready for commit

parent e6fb62ca
...@@ -9,10 +9,11 @@ ...@@ -9,10 +9,11 @@
import UIKit import UIKit
class MenuViewController: UIViewController { class MenuViewController: UIViewController {
var menuList : [String]?
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
print("Hello first line in MenuVC") print("Hello first line in MenuVC")
menuList = ["Home", "Recent", "Settings", "Logout"]
} }
override func didReceiveMemoryWarning() { override func didReceiveMemoryWarning() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment