From 4c9e78f96098e7340dfff59880e89f1ee259fe29 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 16 Sep 2023 01:11:50 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=90=EC=83=89=20-=20=EB=B0=B0=EB=84=88=20?= =?UTF-8?q?=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/Debug/Utils/Constants.swift | 1 + SodaLive/Sources/Explorer/ExplorerView.swift | 13 ++++++++++++- SodaLive/Sources/Utils/Constants.swift | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/SodaLive/Sources/Debug/Utils/Constants.swift b/SodaLive/Sources/Debug/Utils/Constants.swift index 49c211d..14dcd0d 100644 --- a/SodaLive/Sources/Debug/Utils/Constants.swift +++ b/SodaLive/Sources/Debug/Utils/Constants.swift @@ -23,3 +23,4 @@ let LIVE_NOW_ALL_LIST_BANNER_AD_UNIT_ID = "ca-app-pub-3940256099942544/293473571 let CREATOR_CHANNEL_BANNER_AD_UNIT_ID = "ca-app-pub-3940256099942544/2934735716" let MESSAGE_BANNER_AD_UNIT_ID = "ca-app-pub-3940256099942544/2934735716" let LIVE_ROOM_BANNER_AD_UNIT_ID = "ca-app-pub-3940256099942544/2934735716" +let EXPLORER_BANNER_AD_UNIT_ID = "ca-app-pub-3940256099942544/2934735716" diff --git a/SodaLive/Sources/Explorer/ExplorerView.swift b/SodaLive/Sources/Explorer/ExplorerView.swift index d4c1861..0cdc07e 100644 --- a/SodaLive/Sources/Explorer/ExplorerView.swift +++ b/SodaLive/Sources/Explorer/ExplorerView.swift @@ -7,6 +7,7 @@ import SwiftUI import Kingfisher +import GoogleMobileAds struct ExplorerView: View { @@ -83,7 +84,8 @@ struct ExplorerView: View { } else { ScrollView(.vertical, showsIndicators: false) { VStack(spacing: 26.7) { - ForEach(viewModel.explorerSections, id: \.self) { section in + ForEach(0..