팔로잉 채널 리스트 - 배너 광고 추가

This commit is contained in:
Yu Sung 2023-09-15 18:03:46 +09:00
parent 1c4503bda1
commit 9a72e21fda
1 changed files with 8 additions and 0 deletions

View File

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