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

RecordDetailView #8

Merged
merged 1 commit into from
Jun 15, 2022
Merged

RecordDetailView #8

merged 1 commit into from
Jun 15, 2022

Conversation

boskim22
Copy link
Collaborator

Style: UI offset 조정
Feat: DetailView 상에 Menu 추가

RecordResultView 상의 NavigationView는 삭제 예정입니다. 우선은 UI변경 체크

Feat: DetailView 상에 Menu 추가
@Eunbi-Cho
Copy link
Collaborator

확인했습니다.

@YunSeok-Choi
Copy link
Collaborator

확인완료!

@100seo
Copy link
Collaborator

100seo commented Jun 15, 2022

확인했습니다

@mxnxxii
Copy link
Collaborator

mxnxxii commented Jun 15, 2022

확인했습니다!

@@ -14,6 +15,25 @@ struct RecordDetailView: View {
ZStack {
Color.background.edgesIgnoringSafeArea(.all)
RecordBackground()
VStack {
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
Collaborator Author

Choose a reason for hiding this comment

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

Re-Indent 완료했습니다

Spacer()
}
}
}

Copy link
Member

Choose a reason for hiding this comment

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

다른 파일에서도 사용하는 뷰라면, 새로운 Swift파일을 만들어서 관리하는게 좋을 것 같아요

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

그럼 이부분은 이번 머지 이후 따로 UIView를 생성해서 코드를 옮겨놓도록 하겠습니다

@YunSeok-Choi YunSeok-Choi merged commit 43d5103 into main Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants