Skip to content

Commit 5d3383e

Browse files
committed
[#335] CustomTabBarView 버튼 초기화 오류 수정
1 parent 37c7e9a commit 5d3383e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EATSSU/App/Sources/Presentation/TabBar/CustomTabBarView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class CustomTabBarView: BaseUIView {
3434

3535
var buttonTapped: ((Int) -> Void)?
3636

37-
private let buttons: [UIButton] = {
37+
private lazy var buttons: [UIButton] = {
3838
return Self.titles.indices.map { index in
3939
let title = Self.titles[index]
4040
let normalImage = Self.normalImages[index]

0 commit comments

Comments
 (0)