Skip to content
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

Merged
merged 18 commits into from
Jan 13, 2022

Conversation

L-j-h-c
Copy link
Member

@L-j-h-c L-j-h-c commented Jan 13, 2022

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 인증사진 모아보기 뷰 구현
  • 컬렉션뷰 구현

📌 추후 예정

  • 데이터모델 연결
  • IBOutlet 연결

📸 스크린샷

기능 스크린샷
스크린샷 Simulator Screen Shot - iPhone 11 Pro - 2022-01-13 at 22 53 04

인증사진 모아보기 뷰 파일 세팅
인증사진 모아보기 스토리보드 추가
StorageVC 컬렉션 셀 선택시 화면전환 기능 구현
MoreStorageCVC 레이아웃 구현
MoreStorageCV 레이아웃 완성
gradient 함수 UIView 익스텐션으로 이동
…to feature/TeamSparker#36

[Merge] TeamSparker#36 - 프로젝트 최신화
프로젝트 최신화했습니다
@L-j-h-c L-j-h-c added Feat 새로운 기능 구현 🧚‍♀️Devil『쥬노』 뀨의 의지 공식후계자입니다 아몰랑 labels Jan 13, 2022
@L-j-h-c L-j-h-c self-assigned this Jan 13, 2022
Comment on lines +19 to +23
func setLayout() {
dDayLabel.font = .p2Subtitle2Eng
dDayLabel.textColor = .sparkGray
dDayLabel.text = "D-day"
}
Copy link
Member

Choose a reason for hiding this comment

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

서버통신하고 뷰컨에서 셀을 세팅해줄때 initCell() 사용하면 좋겠네요~

Copy link
Member Author

Choose a reason for hiding this comment

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

넵 컨벤션 지켜서 이뿌게 하겠습니다~!

Comment on lines +42 to +43
let xibCollectionViewName = UINib(nibName: "MoreStorageCVC", bundle: nil)
storageMoreCV.register(xibCollectionViewName, forCellWithReuseIdentifier: "MoreStorageCVC")
Copy link
Member

Choose a reason for hiding this comment

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

Const 로 확장해서 써주세욥!

Copy link
Member Author

Choose a reason for hiding this comment

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

넵 반영하겠슴당~

Comment on lines +82 to +89
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
Copy link
Member

Choose a reason for hiding this comment

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

^^

Copy link
Member Author

Choose a reason for hiding this comment

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

😿 😿 😿

@L-j-h-c
Copy link
Member Author

L-j-h-c commented Jan 13, 2022

담 풀리퀘때 const 반영해놓겠슴당!

@L-j-h-c L-j-h-c merged commit 567f253 into TeamSparker:develop Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧚‍♀️Devil『쥬노』 뀨의 의지 공식후계자입니다 아몰랑 Feat 새로운 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants