feat(yandex-ads): 커뮤니티와 알림 화면에 배너를 추가한다
This commit is contained in:
@@ -47,6 +47,8 @@ struct CreatorCommunityAllView: View {
|
|||||||
|
|
||||||
communityViewTypeTabView
|
communityViewTypeTabView
|
||||||
|
|
||||||
|
YandexInlineBannerView(placement: .creatorCommunityAll)
|
||||||
|
|
||||||
if isGridMode {
|
if isGridMode {
|
||||||
gridContentView
|
gridContentView
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ struct PushNotificationListView: View {
|
|||||||
selectedTheme: $viewModel.selectedCategory
|
selectedTheme: $viewModel.selectedCategory
|
||||||
)
|
)
|
||||||
|
|
||||||
|
YandexInlineBannerView(placement: .pushNotificationList)
|
||||||
|
|
||||||
ScrollView(.vertical, showsIndicators: false) {
|
ScrollView(.vertical, showsIndicators: false) {
|
||||||
LazyVStack(spacing: 0) {
|
LazyVStack(spacing: 0) {
|
||||||
ForEach(0..<viewModel.items.count, id: \.self) { index in
|
ForEach(0..<viewModel.items.count, id: \.self) { index in
|
||||||
|
|||||||
@@ -158,6 +158,9 @@ struct NotificationReceiveSettingsView: View {
|
|||||||
.padding(.top, 13.3)
|
.padding(.top, 13.3)
|
||||||
.padding(.horizontal, 13.3)
|
.padding(.horizontal, 13.3)
|
||||||
|
|
||||||
|
YandexInlineBannerView(placement: .notificationReceiveSettings)
|
||||||
|
.padding(.top, 26.7)
|
||||||
|
|
||||||
Text(I18n.Settings.Notification.followingChannels)
|
Text(I18n.Settings.Notification.followingChannels)
|
||||||
.appFont(size: 16.7, weight: .bold)
|
.appFont(size: 16.7, weight: .bold)
|
||||||
.foregroundColor(Color(hex: "eeeeee"))
|
.foregroundColor(Color(hex: "eeeeee"))
|
||||||
|
|||||||
Reference in New Issue
Block a user