Skip to content

Commit

Permalink
[#142] Navigation 관련 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
meenyweeny committed Aug 16, 2022
1 parent 06c91d0 commit 1b74c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ final class MainViewController: UIViewController {
private func setInitialState() {
hasPushed = false
setPageControl(page: scrollView.contentOffset.x == 0 ? 0 : 1)

navigationController?.isNavigationBarHidden = true
}

private func setCountLabel(count: Int) {
Expand Down

0 comments on commit 1b74c54

Please sign in to comment.