-
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] #68 - 스톱워치 + 사진 인증하기 중 사진인증 뷰 구현 #86
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.
훈훈한 코드 잘 보고 갑니다
func imagePickerControllerDidCancel(_ picker: UIImagePickerController) { | ||
self.dismiss(animated: true, completion: 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.
👍
make.bottom.equalTo(view.safeAreaLayoutGuide).inset(10) | ||
make.height.equalTo(self.view.frame.width*48/335) |
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.
플로우별로 함수 뺀거 깔끔한것같아요! 66따봉 드립니다.
@@ -55,7 +90,7 @@ extension AuthUploadVC { | |||
retakeButton.backgroundColor = .sparkWhite | |||
retakeButton.tintColor = .sparkDarkPinkred | |||
retakeButton.setTitleColor(.sparkDarkPinkred, for: .normal) | |||
retakeButton.layer.borderWidth = 1 | |||
retakeButton.layer.borderWidth = 2 |
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 요약
🌱 작업한 브랜치
🌱 작업한 내용
📌 참고 사항
uploadImageView가 조금 이상한 친구입니다.
사진을 가져왔을때 aspectToFill이 적용이 안돼서
uploadImageView.layer.masksToBounds = true
이걸 일단 적용시켰고 제대로 작용을 하는 상황입니다
📸 스크린샷
📮 관련 이슈