From 4e607ed6247c21d9715b226e2ca458d82ba9d69e Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 21 Sep 2023 19:01:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20-=20=EC=83=81=EB=8B=A8=EC=97=90=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/Live/Room/Detail/LiveDetailView.swift | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift b/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift index ed66b82..6745b87 100644 --- a/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift +++ b/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift @@ -7,6 +7,7 @@ import SwiftUI import Kingfisher +import GoogleMobileAds struct LiveDetailView: View { @@ -56,6 +57,12 @@ struct LiveDetailView: View { VStack { Spacer() VStack(spacing: 0) { + BannerAdView(adUnitId: LIVE_BANNER_AD_UNIT_ID) + .frame( + width: screenSize().width, + height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height + ) + HStack { Spacer() Image("ic_close_white")