We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c7e9a commit 5d3383eCopy full SHA for 5d3383e
EATSSU/App/Sources/Presentation/TabBar/CustomTabBarView.swift
@@ -34,7 +34,7 @@ final class CustomTabBarView: BaseUIView {
34
35
var buttonTapped: ((Int) -> Void)?
36
37
- private let buttons: [UIButton] = {
+ private lazy var buttons: [UIButton] = {
38
return Self.titles.indices.map { index in
39
let title = Self.titles[index]
40
let normalImage = Self.normalImages[index]
0 commit comments