From 9a72e21fdafe19b19548e064b1cdb8fc0a1f51b2 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 15 Sep 2023 18:03:46 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=94=EB=A1=9C=EC=9E=89=20=EC=B1=84?= =?UTF-8?q?=EB=84=90=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20-=20=EB=B0=B0?= =?UTF-8?q?=EB=84=88=20=EA=B4=91=EA=B3=A0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Follow/FollowCreatorView.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SodaLive/Sources/Follow/FollowCreatorView.swift b/SodaLive/Sources/Follow/FollowCreatorView.swift index 8ed39fe..e78193c 100644 --- a/SodaLive/Sources/Follow/FollowCreatorView.swift +++ b/SodaLive/Sources/Follow/FollowCreatorView.swift @@ -6,6 +6,7 @@ // import SwiftUI +import GoogleMobileAds struct FollowCreatorView: View { @@ -16,6 +17,13 @@ struct FollowCreatorView: View { VStack(spacing: 0) { DetailNavigationBar(title: "팔로잉 채널리스트") + BannerAdView(adUnitId: FOLLOWING_CHANNEL_LIST_BANNER_AD_UNIT_ID) + .frame( + width: screenSize().width, + height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height + ) + .padding(.vertical, 6.7) + HStack(spacing: 0) { Text("총 ") .font(.custom(Font.medium.rawValue, size: 13.3))