Release 1.0.0 baseline
This commit is contained in:
@@ -29,6 +29,7 @@ struct AdBannerView: View {
|
||||
}
|
||||
}
|
||||
.frame(height: 56)
|
||||
.clipped()
|
||||
}
|
||||
.frame(maxWidth: .infinity)
|
||||
.background(Color.mealMoodSurface)
|
||||
@@ -52,6 +53,7 @@ private struct BannerBridge: UIViewRepresentable {
|
||||
func makeUIView(context: Context) -> UIView {
|
||||
let container = UIView()
|
||||
container.backgroundColor = UIColor(Color.mealMoodSurface)
|
||||
container.clipsToBounds = true
|
||||
|
||||
let width = max(UIScreen.main.bounds.width, 320)
|
||||
let adSize = GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(width)
|
||||
|
||||
Reference in New Issue
Block a user