Skip to content

Commit

Permalink
chore/#368 마크 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JinUng41 committed Sep 6, 2024
1 parent fd46b28 commit 4def363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions KkuMulKum/Resource/Base/BaseViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,18 @@ extension BaseViewController {
}
}


// MARK: - UIGestureRecognizerDelegate

extension BaseViewController: UIGestureRecognizerDelegate {
func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
return navigationController?.viewControllers.count ?? 0 > 1
}
}


// MARK: - Private Method

private extension BaseViewController {
@objc
func backButtonDidTap() {
Expand Down

0 comments on commit 4def363

Please sign in to comment.