메시지 - 배너 광고 추가
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import GoogleMobileAds
|
||||
|
||||
struct TextMessageWriteView: View {
|
||||
|
||||
@@ -80,6 +81,13 @@ struct TextMessageWriteView: View {
|
||||
}
|
||||
.frame(height: 50)
|
||||
|
||||
BannerAdView(adUnitId: MESSAGE_BANNER_AD_UNIT_ID)
|
||||
.frame(
|
||||
width: screenSize().width,
|
||||
height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height
|
||||
)
|
||||
.padding(.top, 13.3)
|
||||
|
||||
TextViewWrapper(
|
||||
text: $viewModel.message,
|
||||
placeholder: viewModel.placeholder,
|
||||
|
Reference in New Issue
Block a user