Skip to content

Commit

Permalink
feat/#223 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Jul 18, 2024
1 parent 9c6fb28 commit a639230
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ class FinishCreateViewController: BaseViewController {
self.navigationItem.hidesBackButton = true
}

override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)

navigationController?.isNavigationBarHidden = true
}

// MARK: - Setup

override func setupView() {
Expand Down Expand Up @@ -101,7 +95,6 @@ class FinishCreateViewController: BaseViewController {
private extension FinishCreateViewController {
@objc
func presentMeetingInfoViewControllerDidTapped() {
// TODO: 모임 상세 화면 띄우기
// TODO: 서버 연결할 때 데이터 바인딩해서 화면 전환 시키기
let meetingInfoViewController = MeetingInfoViewController(
viewModel: MeetingInfoViewModel(
Expand Down

0 comments on commit a639230

Please sign in to comment.