Release 1.0.0 baseline

This commit is contained in:
alexandrev-tibco
2026-02-26 10:27:09 +01:00
parent e593453abd
commit c5c7e3d2e4
24 changed files with 600 additions and 168 deletions
+2
View File
@@ -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)