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

[#6] feat: 숙소 찾기 VC 에 CollectionView, HeaderView, Cell 요소 작업 #41

Merged
merged 1 commit into from
May 27, 2022

Conversation

Damagucci-Juice
Copy link
Collaborator

작업 내용

  • [Feat] 검색 창 터치 이벤트 추가 #6 에서 검색이 활성화 되면 collectionView를 다시 그리는 작업(headerView 지우는 작업 포함)
  • Collection View header View 추가
  • 귀여운 사진 추가
  • 다음 페이지로 넘어갈 때 SearchController 가 나타나지 않는 문제 해결

@Damagucci-Juice Damagucci-Juice added the enhancement New feature or request label May 27, 2022
@Damagucci-Juice Damagucci-Juice self-assigned this May 27, 2022
cityName.textColor = #colorLiteral(red: 0.2549019754, green: 0.2745098174, blue: 0.3019607961, alpha: 1)
spendingTime.font = UIFont.systemFont(ofSize: 17, weight: .light)
spendingTime.textColor = #colorLiteral(red: 0.6000000238, green: 0.6000000238, blue: 0.6000000238, alpha: 1)
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

colorLiteral이 들어가 있군요. 다음 PR에는 UIColor 타입을 확장하여 모든 코드에서 공통값을 사용할 수 있도록 수정하면 좋을 것 같습니다!

@SangHwi-Back SangHwi-Back merged commit ef96abf into ios-dev May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants