feat(yandex-ads): 커뮤니티와 알림 화면에 배너를 추가한다
This commit is contained in:
@@ -17,6 +17,8 @@ struct PushNotificationListView: View {
|
||||
selectedTheme: $viewModel.selectedCategory
|
||||
)
|
||||
|
||||
YandexInlineBannerView(placement: .pushNotificationList)
|
||||
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
LazyVStack(spacing: 0) {
|
||||
ForEach(0..<viewModel.items.count, id: \.self) { index in
|
||||
|
||||
Reference in New Issue
Block a user