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

[Fix] #175 - 각종 뷰 디테일 수정 #187

Merged
merged 9 commits into from
Jan 21, 2022

Conversation

L-j-h-c
Copy link
Member

@L-j-h-c L-j-h-c commented Jan 21, 2022

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • none asset 추가
  • 보관함 이미지 레이아웃 변경
  • 인스타 공유하기 레이아웃 변경
  • 스파크 보내기 폰트 변경
  • 텍스트필드 컬러 수정

📮 관련 이슈

@L-j-h-c L-j-h-c added Feat 새로운 기능 구현 Fix 오류 해결, 코드 수정 🧚‍♀️Devil『쥬노』 뀨의 의지 공식후계자입니다 아몰랑 labels Jan 21, 2022
@L-j-h-c L-j-h-c self-assigned this Jan 21, 2022
Comment on lines 39 to 49
case "NONE":
certificationImage.image = UIImage()
certificationImage.image = UIImage(named: "tagEmptyBox")
case "DONE":
certificationImage.updateImage(mainImage)
certificationImage.contentMode = .scaleAspectFill
case "CONSIDER":
certificationImage.image = UIImage(named: "tagEmptyBox")
certificationImage.contentMode = .scaleAspectFill
default:
certificationImage.image = UIImage(named: "stickerRestBigMybox")
certificationImage.contentMode = .center
Copy link
Member

Choose a reason for hiding this comment

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

REST 를 case 로 써주세여!

텍스트필드 커서 컬러 pinkred로 수정
인증사진 모아보기 사진 분기처리 수정
@L-j-h-c L-j-h-c merged commit 68407fa into TeamSparker:develop Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧚‍♀️Devil『쥬노』 뀨의 의지 공식후계자입니다 아몰랑 Feat 새로운 기능 구현 Fix 오류 해결, 코드 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 텍스트필드 커서 색깔 수정 [Fix] 인증하지 않았을 경우의 none 사진 적용
2 participants