Skip to content
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

Merged
merged 4 commits into from
Feb 13, 2025

Conversation

syss220211
Copy link
Member

📌 What is the PR?

  • 트레이너 회원 목록 화면 연결

🪄 Changes

  • 트레이너 회원 목록 화면을 연결하였습니다.
  • 데이터가 없는 관계로 회원이 있을 때는 확인하지 못했어요/
  • 제스처 관련 코드 추가하였습니다.
  • 알람이 없을 때의 화면도 작성하였습니다.

🙆🏻 To Reviewers

💭 Related Issues

@syss220211 syss220211 added the ✨Feat 새로운 기능 구현 (새로운 로직 추가, UI 구현 등) label Feb 13, 2025
@syss220211 syss220211 requested a review from FpRaArNkK February 13, 2025 15:00
@syss220211 syss220211 self-assigned this Feb 13, 2025
Copy link
Contributor

@FpRaArNkK FpRaArNkK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋네요!! 고생많으셨습니다 👍
멘션 남긴 부분 한번만 확인 부탁드려요!

Comment on lines +12 to +20
extension UINavigationController: ObservableObject, UIGestureRecognizerDelegate {
open override func viewDidLoad() {
super.viewDidLoad()
interactivePopGestureRecognizer?.delegate = self
}

public func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
return viewControllers.count > 2
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥹👍🥹👍🥹👍🥹👍🥹

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 회원목록 화면이 MyPage 폴더 내부에 있는것 같은데, 이유가 있을까요??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엄. 그러게요...? 위치 수정해서 머지할게요!

@syss220211 syss220211 merged commit 5882116 into develop Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feat 새로운 기능 구현 (새로운 로직 추가, UI 구현 등)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TNT-213] 트레이너 회원 목록 작성
2 participants