Skip to content

#41way#69

Open
leetynim wants to merge 3 commits into
DeveloperAcademy-POSTECH:developfrom
leetynim:#41way
Open

#41way#69
leetynim wants to merge 3 commits into
DeveloperAcademy-POSTECH:developfrom
leetynim:#41way

Conversation

@leetynim
Copy link
Copy Markdown

👥 Info

작업자 이름 : way
작업 날짜 : 2025.05.23

📱결과 화면

작업한 결과를 캡쳐하여 업로드해주세요.
Simulator Screenshot - iPhone 16 Pro - 2025-05-23 at 12 22 48

📚 Reviewer Checklist

  • PR 템플릿에 내용을 다 채웠나요?
  • 파일 이름은 컨벤션에 알맞게 작성되었나요?
  • Model/LearnerViews.swift에 있는 배열에 새로 작성된 뷰가 추가되었나요?
  • Develop Branch로의 PR인가요?
  • Build가 되는지 (에러가 없는지) 확인했나요?

Copy link
Copy Markdown

@YooGyeongMo YooGyeongMo 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 11 to +16
let learnerViews: [any LearnerView] = [
LumiView(),
FridayView()
FridayView(),
WayView()
]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

어 !!! 웨이 잘 바꾸셨네요 !! 뷰 리스트에 잘 들어갔어요 !! 멋저요 !!

Comment on lines +10 to +26
struct WayView: LearnerView {
// TODO: 1. 이름, 팀 수정하고 커밋하기
var name: String = "Way"

var team: String = "러너팀"

var body: some View {
Text("저의 이름은 \(name)입니다.")
.font(.largeTitle)
Text("저의 팀은 \(team) 입니다.")
.font(.subheadline)
}
}

#Preview {
WayView()
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

와 직이네요 !!!

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.

2 participants