Admob 제거

This commit is contained in:
Yu Sung
2023-10-14 17:31:28 +09:00
parent 282ee73de1
commit 6c8e19aed5
19 changed files with 3 additions and 228 deletions

View File

@@ -6,7 +6,6 @@
//
import SwiftUI
import GoogleMobileAds
struct FollowCreatorView: View {
@@ -17,13 +16,6 @@ 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))
@@ -40,6 +32,7 @@ struct FollowCreatorView: View {
Spacer()
}
.padding(.horizontal, 13.3)
.padding(.top, 6.7)
ScrollView(.vertical, showsIndicators: false) {
VStack(spacing: 13.3) {