-
Notifications
You must be signed in to change notification settings - Fork 6
[Feat] #20 - ActivityRecordInfo VC UI 구현 #23
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
[Feat] #20 - ActivityRecordInfo VC UI 구현 #23
The head ref may contain hidden characters: "feat/#20-ActivityRecordInfoVC-UI-\uAD6C\uD604"
Conversation
lsj8706
left a comment
There was a problem hiding this 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) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스냅킷을 사용한다면 이 구문은 없어도 됩니다! (스냅킷이 내부적으로 다 처리해줌)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
헉
🌱 작업한 내용
🌱 PR Point
📸 스크린샷
📮 관련 이슈