Commit 8c39e34e by Shaik Ghouse

Print lines in both Home and Detailed VC

parent 23e040f1
......@@ -12,6 +12,8 @@ class DetailedViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
print("Hello first line in detailedVC")
}
override func didReceiveMemoryWarning() {
......
......@@ -12,6 +12,7 @@ class HomeViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
print("Hello first line in homeviewcontroller")
}
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