-
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
feat: 프로필 편집 레이아웃 vip 사이클 구현 #128
Conversation
|
||
extension EditProfileViewController: PHPickerViewControllerDelegate { | ||
func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult]) { | ||
picker.dismiss(animated: true) |
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.
오... dismiss의 completion으로 안주어도 아래라인들 잘 실행되나요? 궁금...
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.
wwdc에서 dismiss 후 이미지를 처리하더라구욧... 그러게요 문제가 없나 궁금하긴하네요
iOS/Layover/Layover/Scenes/EditProfile/EditProfileViewController.swift
Outdated
Show resolved
Hide resolved
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.
고생하셨습니다. 추가적인 확인이 필요하다고 말씀하셔서 일단 Approve는 추후에 하겠습니당.
iOS/Layover/Layover/Scenes/EditProfile/EditProfileViewController.swift
Outdated
Show resolved
Hide resolved
|
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.
앞으로의 개선을 기대합니다~⚒️
🧑🚀 PR 요약
해당 pr에서 작업한 내역을 적어주세요.
프로필 편집 뷰 구성
과vip 사이클
을 구현했습니다.라우팅과 데이터 패싱을 구현
했습니다.PHPicker
를 통해 사진을 한장만 선택할 수 있도록 했습니다.고민
UserWorker
쪽으로 뺐습니다. EditProfile에서도 필요해서 공통으로 쓰려고 뺐는데 아예 별도의 구현체로 빼는게 나을지 고민중입니다..fetchProfile을 하면서 헤더에 접근하는 부분에서 고민이 생겼습니다..
원래 설정한 닉네임, 소개와 비교 + 유효성 검증을 하도록 했는데 가독성이 영 좋지않아서.. 더 나은 방법 있으면 리뷰 부탁드립니다 ㅎㅎ
📌 변경 사항
변경사항 및 주의 사항 (모듈 설치 등)을 적어주세요.
📸 ScreenShot
작동, 구현화면
RPReplay_Final1701165327.mov
Linked Issue
close #114