-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TNT-213] 트레이너 회원 목록 화면 연결 #86
Conversation
- 회원 초대하기 버튼은 아직
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋네요!! 고생많으셨습니다 👍
멘션 남긴 부분 한번만 확인 부탁드려요!
extension UINavigationController: ObservableObject, UIGestureRecognizerDelegate { | ||
open override func viewDidLoad() { | ||
super.viewDidLoad() | ||
interactivePopGestureRecognizer?.delegate = self | ||
} | ||
|
||
public func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool { | ||
return viewControllers.count > 2 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥹👍🥹👍🥹👍🥹👍🥹
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 회원목록 화면이 MyPage 폴더 내부에 있는것 같은데, 이유가 있을까요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
엄. 그러게요...? 위치 수정해서 머지할게요!
📌 What is the PR?
🪄 Changes
🙆🏻 To Reviewers
💭 Related Issues