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] 메뉴 부분 UI 재작업 #95

Merged
merged 3 commits into from
Jul 16, 2022

Conversation

0lynny
Copy link
Member

@0lynny 0lynny commented Jul 16, 2022

🔥 Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • 메뉴 4가지 상황에 따라 레이아웃 지정
  • 일반식 메뉴 UI

🚨 참고 사항

📸 스크린샷

기능 스크린샷
건강식 메뉴
일반식 메뉴

📟 관련 이슈

@0lynny 0lynny added Design UI 및 Layout 작업 🤖Lyn labels Jul 16, 2022
@0lynny 0lynny self-assigned this Jul 16, 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.

수고하셨어용~~ 다왔다 플로우짜기~

Comment on lines +185 to +194
allMenuStackView.addArrangedSubviews(pickImageView, titleLabel, priceLabel)

allMenuStackView.snp.makeConstraints { make in
make.leading.equalTo(menuImageView.snp.trailing).offset(20)
make.trailing.equalToSuperview().inset(97)
make.centerY.equalTo(menuImageView.snp.centerY)
}

allMenuStackView.isHidden = false
menuStackView.isHidden = true
Copy link
Member

Choose a reason for hiding this comment

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

p5

👍 👍

Copy link
Contributor

@0inn 0inn left a comment

Choose a reason for hiding this comment

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

영베야 수고해썽

@0lynny 0lynny merged commit 49c485f into Health-Food-Me:develop Jul 16, 2022
@0lynny 0lynny deleted the feature/#91 branch July 16, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design UI 및 Layout 작업 🤖Lyn
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Design] 상세메뉴 변경된 UI로 재작업
3 participants