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

@@ -56,13 +56,6 @@ struct ContentMainView: View {
)
.padding(.horizontal, 13.3)
BannerAdView(adUnitId: CURATION_BANNER_AD_UNIT_ID)
.frame(
width: screenSize().width,
height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height
)
.padding(.top, 30)
if viewModel.curationList.count > 0 {
ContentMainCurationView(items: viewModel.curationList)
.padding(.top, 40)