-
Notifications
You must be signed in to change notification settings - Fork 6
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
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.
🙇♀️
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() | ||
} |
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.
코리 반영했습니다!
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.
👍 👮
🔥Pull requests
⛳️ 작업한 브랜치
👷 작업한 내용
🚨참고 사항
📸 스크린샷
📟 관련 이슈