-
Notifications
You must be signed in to change notification settings - Fork 2
Feat [#373] 탈퇴 - '앱에 아는 친구가 없어서' 변경사항 반영 #374
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
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.
깔끔 코드 좋아요!
앰플리튜드 확인 한 번만 부탁드립니다~
withdrawalNoFriendView.nextButtonAction = { | ||
self.showAlert() | ||
} | ||
withdrawalNoFriendView.wowButtonAction = { | ||
NotificationCenter.default.post(name: Notification.Name("moveToRecommend"), object: nil) | ||
} |
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.
p3. 요 부분에 앰플리튜드 넣어야 할 것 같은데 추후 작업 예정인건지 궁금합니다!
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.
최고 !!!
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 WithdrawalNoFriendView { | ||
@objc private func closeView() { | ||
self.isHidden = true | ||
self.removeFromSuperview() | ||
} | ||
|
||
@objc private func nextButtonTapped() { | ||
closeView() | ||
nextButtonAction() | ||
} | ||
|
||
@objc private func wowButtonTapped() { | ||
closeView() | ||
wowButtonAction() | ||
} | ||
} |
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.
P5
앞으러 이런식으로 깔끔하게 작성해야겠네요 !-!
⛏ 작업 내용
YELLO-iOS/YELLO-iOS/YELLO-iOS/Presentation/TabBar/YELLOTabBarController.swift
Lines 390 to 392 in 37c2c50
📌 PR Point!
📸 스크린샷
✅ Issue
Resolved #373