팔로잉 채널 리스트 - 배너 광고 추가
This commit is contained in:
parent
1c4503bda1
commit
9a72e21fda
|
@ -6,6 +6,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
import GoogleMobileAds
|
||||||
|
|
||||||
struct FollowCreatorView: View {
|
struct FollowCreatorView: View {
|
||||||
|
|
||||||
|
@ -16,6 +17,13 @@ struct FollowCreatorView: View {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
DetailNavigationBar(title: "팔로잉 채널리스트")
|
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) {
|
HStack(spacing: 0) {
|
||||||
Text("총 ")
|
Text("총 ")
|
||||||
.font(.custom(Font.medium.rawValue, size: 13.3))
|
.font(.custom(Font.medium.rawValue, size: 13.3))
|
||||||
|
|
Loading…
Reference in New Issue