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))