-
Notifications
You must be signed in to change notification settings - Fork 6
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] #36 - 인증사진 모아보기 뷰 레이아웃 구현 #41
Conversation
인증사진 모아보기 뷰 파일 세팅
인증사진 모아보기 스토리보드 추가
MoreStorageCV 뼈대 구현
StorageVC 컬렉션 셀 선택시 화면전환 기능 구현
bgLineGrid Asset 추가
MoreStorageCVC 레이아웃 구현
프로젝트 최신화
MoreStorageCV 레이아웃 완성
CarouselCVC 레이아웃 수정
StorageCVCs 레이아웃 디자인
gradient 함수 UIView 익스텐션으로 이동
storageCVC들 케이스 처리
코드리뷰 및 TODO 주석 추가
…to feature/TeamSparker#36 [Merge] TeamSparker#36 - 프로젝트 최신화 프로젝트 최신화했습니다
func setLayout() { | ||
dDayLabel.font = .p2Subtitle2Eng | ||
dDayLabel.textColor = .sparkGray | ||
dDayLabel.text = "D-day" | ||
} |
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.
서버통신하고 뷰컨에서 셀을 세팅해줄때 initCell()
사용하면 좋겠네요~
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.
넵 컨벤션 지켜서 이뿌게 하겠습니다~!
let xibCollectionViewName = UINib(nibName: "MoreStorageCVC", bundle: nil) | ||
storageMoreCV.register(xibCollectionViewName, forCellWithReuseIdentifier: "MoreStorageCVC") |
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.
Const 로 확장해서 써주세욥!
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.
넵 반영하겠슴당~
print(totalCellWidth) | ||
print(totalSpacingWidth) | ||
let leftInset = totalSpacingWidth/2 | ||
print(leftInset) | ||
let rightInset = leftInset | ||
let A = UIEdgeInsets(top: 0, left: leftInset, bottom: 0, right: rightInset) | ||
print(A) | ||
return A |
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.
😿 😿 😿
conflict 해결
담 풀리퀘때 const 반영해놓겠슴당! |
🌴 PR 요약
🌱 작업한 브랜치
🌱 작업한 내용
📌 추후 예정
📸 스크린샷