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

[Design] #22-리뷰 작성 UI #65

Merged
merged 14 commits into from
Jul 14, 2022
Merged

Conversation

0lynny
Copy link
Member

@0lynny 0lynny commented Jul 14, 2022

🔥 Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • 리뷰 작성 UI 일부 구현
  • 텍스트 500자 제한
  • 액션시트로 사진보관함 / 카메라 선택 후 사진 추가

🚨 참고 사항

  • 별점 등록, 태그선택은 작업 예정입니다.
  • 사진 추가 (AdddPhotoCVC)의 View Border 점선을 적용했는데 안되는데 왜 그럴까요?
  • StringLiteral 은 리뷰UI 추가로 구현할 때 넣어놓겠습니다..

📸 스크린샷

기능 스크린샷
리뷰작성UI
텍스트뷰
사진추가

📟 관련 이슈

@0lynny 0lynny added Feat 새로운 기능 구현 🤖Lyn labels Jul 14, 2022
@0lynny 0lynny self-assigned this Jul 14, 2022
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.

캬~~ 쉽지 않은 뷰인데 빠르게 잘 구현해주셨네요...남은 디테일도 화이팅!!


import BSImagePicker
import SnapKit
import Photos
Copy link
Member

Choose a reason for hiding this comment

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

p4;

photos는 내장 프레임워크이니 UIKit 위에 써주세용~

Comment on lines +77 to +79
func setUI() {
setLineDot(view: addPhotoView, color: UIColor.helfmeTagGray, radius: 8)
}
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

@yungu0010 yungu0010 left a comment

Choose a reason for hiding this comment

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

영린아 멋있다,, 최고

Copy link
Member

@i-colours-u i-colours-u 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 +67 to +72
let borderLayer = CAShapeLayer()
borderLayer.strokeColor = color.cgColor
borderLayer.lineDashPattern = [2, 2]
borderLayer.frame = view.bounds
borderLayer.fillColor = nil
borderLayer.path = UIBezierPath(roundedRect: view.bounds, cornerRadius: radius).cgPath
Copy link
Member

Choose a reason for hiding this comment

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

👍🏻👍🏻 p5;


private lazy var deleteBtn: UIButton = {
let btn = UIButton()
btn.setImage(ImageLiterals.ReviewWrite.deletePhotoBtn, for: .normal)
Copy link
Member

Choose a reason for hiding this comment

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

setImage 했을때 이미지 크기는 괜찮았나여?!
setBackgroundImage 했을때랑 비교해서 어떤게 맞는건지 나중에 한번 체크해봐도 괜찮겠네요!! p5;

@i-colours-u
Copy link
Member

그 StarSlider 디벨롭에 merge 됐는데 - 한번 Pull 받아서 붙여서 다시 올리면 좋을것같아요!!!

@0lynny 0lynny merged commit c757bc1 into Health-Food-Me:develop Jul 14, 2022
@0lynny 0lynny deleted the feature/#22 branch July 14, 2022 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 🤖Lyn
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Design] 리뷰 작성 UI
4 participants