From 375852fb564fb1d5d26747226ba4883ab46b21d8 Mon Sep 17 00:00:00 2001 From: beansBin Date: Fri, 10 Dec 2021 21:47:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84[MOD]=20HomeTapView=20=EB=B7=B0=20?= =?UTF-8?q?=EA=B5=AC=EC=84=B1=20=EB=B0=8F=20=EC=98=A4=ED=86=A0=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=95=84=EC=9B=83=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Storyboards/Base.lproj/Main.storyboard | 52 +++++++++++++++++++ .../Sources/HomeVC/HomeTapVC.swift | 12 ----- 2 files changed, 52 insertions(+), 12 deletions(-) diff --git a/29th-assignment-YouTube/Resources/Storyboards/Base.lproj/Main.storyboard b/29th-assignment-YouTube/Resources/Storyboards/Base.lproj/Main.storyboard index c5d657c..b142c5b 100644 --- a/29th-assignment-YouTube/Resources/Storyboards/Base.lproj/Main.storyboard +++ b/29th-assignment-YouTube/Resources/Storyboards/Base.lproj/Main.storyboard @@ -346,8 +346,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -626,12 +676,14 @@ + + diff --git a/29th-assignment-YouTube/Sources/HomeVC/HomeTapVC.swift b/29th-assignment-YouTube/Sources/HomeVC/HomeTapVC.swift index 9c40eef..1cc5f12 100644 --- a/29th-assignment-YouTube/Sources/HomeVC/HomeTapVC.swift +++ b/29th-assignment-YouTube/Sources/HomeVC/HomeTapVC.swift @@ -14,16 +14,4 @@ class HomeTapVC: UIViewController { // Do any additional setup after loading the view. } - - - /* - // 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.destination. - // Pass the selected object to the new view controller. - } - */ - }