Skip to content

Conversation

@dlwogus0128
Copy link
Contributor

@dlwogus0128 dlwogus0128 commented Jan 2, 2023

🌱 작업한 내용

  • MyPageVC UI 구현

🌱 PR Point

  • NavigationBar를 추가했어용
  • Profile과 Running Progress Layout을 구현했어용
  • 목표 보상, 활동 기록, 업로드한 코스 Layout을 구현했어용

📸 스크린샷

구현 내용 스크린샷
마이 페이지

📮 관련 이슈

@dlwogus0128 dlwogus0128 self-assigned this Jan 2, 2023
@dlwogus0128 dlwogus0128 added Feat 새로운 기능 구현 재현🐶 labels Jan 2, 2023
Copy link
Collaborator

@lsj8706 lsj8706 left a comment

Choose a reason for hiding this comment

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

전체적으로 함수도 잘 나누어서 구현했네요~~! 👍
매우 잘했습니다..!!
코멘트 남긴 자잘한 부분들만 수정해서 push하고 머지해주세요~~!


import UIKit

class ActivityRecordInfoVC: UIViewController {
Copy link
Collaborator

Choose a reason for hiding this comment

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

더이상 상속하지 않을 class라면 앞에 final을 붙여요!

extension MyPageVC {
@objc
private func touchUpGoalRewardInfoView() {
pushtoGoalRewardInfoVC()
Copy link
Collaborator

Choose a reason for hiding this comment

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

pushTo~~처럼 대문자로 바꿔줍시다!

@dlwogus0128 dlwogus0128 merged commit 62bf9db into Runnect:develop Jan 2, 2023
@dlwogus0128 dlwogus0128 deleted the feat/#11-MyPageVC-UI-구현 branch January 2, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feat 새로운 기능 구현 재현🐶

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Feat] MyPageVC UI 구현

2 participants