Skip to content

Commit

Permalink
[#195] ♻️rightBarButton에 myPageButton만을 추가합니다
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed Dec 27, 2023
1 parent c94b4f4 commit 7632171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOS/Sources/Presentation/Scene/Main/Home/HomeVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ private extension HomeVC {
}
func configNavigation() {
self.navigationItem.leftBarButtonItem = UIBarButtonItem.init(customView: titleLabel)
self.navigationItem.rightBarButtonItem = myPageButton
self.navigationItem.configBack()
}
func bindAction(reactor: HomeReactor) {
Expand Down

0 comments on commit 7632171

Please sign in to comment.