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

[Feat] #468 - 회원 탈퇴 서버통신 연결 #469

Merged
merged 2 commits into from
Apr 1, 2022

Conversation

hyun99999
Copy link
Member

@hyun99999 hyun99999 commented Apr 1, 2022

🔥Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • 회원 탈퇴 서버통신 연결

🚨참고 사항

📸 스크린샷

기능 스크린샷
회원탈퇴

📟 관련 이슈

@hyun99999 hyun99999 added Feat 새로운 기능 구현 👼타락pOwEr천사현규 크로아서버 환영요 labels Apr 1, 2022
@hyun99999 hyun99999 requested review from L-j-h-c and yangsubinn April 1, 2022 09:59
@hyun99999 hyun99999 self-assigned this Apr 1, 2022
Copy link
Member

@yangsubinn yangsubinn 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 102 to 117
withdrawalWithAPI {
guard let dialogueVC = UIStoryboard(name: Const.Storyboard.Name.dialogue, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.dialogue) as? DialogueVC else { return }
dialogueVC.modalPresentationStyle = .overFullScreen
dialogueVC.modalTransitionStyle = .crossDissolve
dialogueVC.dialogueType = .withdrawal
dialogueVC.clousure = {
if UserDefaults.standard.bool(forKey: Const.UserDefaultsKey.isAppleLogin) {
self.unlink()
} else {
UserApi.shared.unlink { error in
if let error = error {
print("kakao unlink error: \(error).")
} else {
// unlink success.
self.unlink()
}
Copy link
Member

Choose a reason for hiding this comment

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

회원탈퇴 서버 통신 후에 다이얼로그 띄워주능건가여?

Copy link
Member Author

@hyun99999 hyun99999 Apr 1, 2022

Choose a reason for hiding this comment

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

아이고... 급하게 한다는게 에휴 네에... 나란넘

Copy link
Member Author

Choose a reason for hiding this comment

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

코리 반영했습니다!

Copy link
Member

@L-j-h-c L-j-h-c left a comment

Choose a reason for hiding this comment

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

👍 👮

@hyun99999 hyun99999 merged commit b1c1c79 into TeamSparker:develop Apr 1, 2022
@hyun99999 hyun99999 deleted the feature/#468 branch April 1, 2022 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 👼타락pOwEr천사현규 크로아서버 환영요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 회원 탈퇴 서버통신 연결
3 participants