Skip to content

Commit 85c836e

Browse files
committed
added icons to header titles
1 parent 98923d2 commit 85c836e

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

ICTMDBHomeModule/HomePresenter.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,13 @@ extension HomePresenter {
142142
case .popular:
143143
headerViewItem = .init(
144144
title: LocalizableUI.popular.localized,
145+
icon: .init(image: .systemImage("flame.fill"), tintColor: .custom(hex: "#FF0000")),
145146
sizeType: .large,
146147
buttonTypes: [.allList])
147148
case .airingToday:
148149
headerViewItem = .init(
149150
title: LocalizableUI.airingToday.localized,
151+
icon: .init(image: .systemImage("circle.fill"), tintColor: .custom(hex: "#008000")),
150152
sizeType: .large,
151153
buttonTypes: [.allList])
152154
}

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let package = Package(
1818
.package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.0.1"),
1919
.package(url: "https://github.com/engingulek/GenericCollectionViewKit",from:"0.0.4"),
2020
.package(url: "https://github.com/engingulek/ICTMDBModularProtocols", from: "0.0.1"),
21-
.package(url: "https://github.com/engingulek/ICTMDBNetworkManagerKit", from: "0.0.2"),
22-
.package(url: "https://github.com/engingulek/ICTMDBViewKit", from: "0.0.3"),
21+
.package(url: "https://github.com/engingulek/ICTMDBNetworkManagerKit", from: "0.0.5"),
22+
.package(url: "https://github.com/engingulek/ICTMDBViewKit", from: "0.0.7"),
2323
.package(url: "https://github.com/engingulek/HPDependencyKit", from: "1.0.0"),
2424
],
2525
targets: [

0 commit comments

Comments
 (0)