Skip to content

Conversation

@dlwogus0128
Copy link
Contributor

🌱 작업한 내용

  • ActivityRecordInfo VC UI 구현

🌱 PR Point

  • StackView를 많이 사용했습니다..
  • dummy 이미지가 없어서 사진 부분은 회색 네모로 채웠습니다

📸 스크린샷

구현 내용 스크린샷
활동 기록 화면

📮 관련 이슈

@dlwogus0128 dlwogus0128 added Feat 새로운 기능 구현 재현🐶 labels Jan 3, 2023
@dlwogus0128 dlwogus0128 self-assigned this Jan 3, 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.

오~!! 너무 잘하고 있어요!! 👍

}

horizontalDivideLine.snp.makeConstraints { make in
make.top.equalTo(activityRecordMapImage.snp.bottom).offset(7.87)
Copy link
Collaborator

Choose a reason for hiding this comment

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

개인적으로 간격을 줄 때 소수를 주기 보다는 보통 반올림해서 줍니다. (사실 피그마에서 간격이 소수면 디자이너분한테 정수로 고쳐달라고 하는게 좋아요!)


final class ActivityRecordInfoVC: UIViewController {

// MARK: - Variables
Copy link
Collaborator

Choose a reason for hiding this comment

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

우리 Code Convention 상에서는
// MARK: - Properties <- 이게 더 적합한 거 같아요!

private lazy var navibar = CustomNavigationBar(self, type: .titleWithLeftButton).setTitle("활동 기록")

private lazy var activityRecordTableView = UITableView().then {
$0.translatesAutoresizingMaskIntoConstraints = false
Copy link
Collaborator

Choose a reason for hiding this comment

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

스냅킷을 사용한다면 이 구문은 없어도 됩니다! (스냅킷이 내부적으로 다 처리해줌)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dlwogus0128 dlwogus0128 merged commit fff0d89 into Runnect:develop Jan 3, 2023
@dlwogus0128 dlwogus0128 deleted the feat/#20-ActivityRecordInfoVC-UI-구현 branch January 3, 2023 13:28
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] ActivityRecordInfoVC UI 구현

2 participants