-
Notifications
You must be signed in to change notification settings - Fork 6
[Feat] #199 - 내가 그린 코스 상세 페이지를 변경 하였습니다. #201
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] #199 - 내가 그린 코스 상세 페이지를 변경 하였습니다. #201
The head ref may contain hidden characters: "#199---\uB0B4\uAC00-\uADF8\uB9B0-\uCF54\uC2A4-\uC0C1\uC138-\uD398\uC774\uC9C0-\uBCC0\uACBD"
Conversation
상세페이지에 시트를 추가 하였습니다.
513sojin
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.
코스 이름 연결 + 드롭다운 추가하신거 확인했습니다 ! 고생하셨어요
서버 요청 변수가 Scraps 에서 scraps 으로 변경 되었기 때문에 코드를 제거 합니다.
post 통신 API가 없어서 일단 코드만 작성 해놨습니다.
| let cellTitle = model.departure.name ?? " " | ||
|
|
||
| cell.setCellType(type: .title) | ||
| cell.selectCell(didSelect: collectionView.indexPathsForSelectedItems?.contains(indexPath) ?? 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.
didSelect 부분에 삼항연산자를 써준 것 이외에 기존 코드를 바꾼 이유가 또 있나용?
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.
옵셔널 체이닝 부분이였는데,
그냥 한줄로 표현 했습니다.. ㅎㅎ
| mapView.snp.makeConstraints { make in | ||
| make.edges.equalTo(view.safeAreaLayoutGuide) | ||
| make.leading.trailing.equalTo(self.view.safeAreaLayoutGuide) | ||
| make.top.equalTo(naviBar.snp.bottom) |
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.
네이버 로고를 보이게 해준 코드네요 ,, 확인 했습니다 ~
🌱 작업한 내용
RunningWaitingVC()기능 추가🌱 PR Point
CourseStorageVC()에서 제목을 불러와야 하기 때문에 setData 함수도 이름도 가져오게 수정했습니다.CourseStorageVC()도 일부 수정+12 / 13
✅ 네이버 상표 뜨게 설정
📸 스크린샷
❌ 구현 전
default.mp4
✅ 구현 후
default.mp4
📮 관련 이슈