-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Chore] #64 - 홈화면, 전체 족보 리스트(BottomSheet) 화면 연결 #92
Conversation
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.
너무 고생하였소
해야할 일이 점점 줄어들어 기쁨을 느끼오
super.init(frame: frame) | ||
|
||
} |
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.
p3 공백이 있다오
thumbnailImageView.do { | ||
$0.layer.cornerRadius = 8 | ||
$0.backgroundColor = .gray |
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.
p3: 메이크 라운드 함수라는 것을 써보는건 어떠하오?
menutag.text = "#" + model.menu | ||
hankkiTitle.text = model.hankkiTitle | ||
priceLabel.text = String(model.price) + "원" | ||
likeLabel.text = String(model.liked) | ||
} |
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.
소인의 부분에서도 이 부분이 쓰였는데, 이 부분을 완전 까먹었었던 것 같소.
이제야 기억을 되 찾았으니 소인도 이부분을 고치겠소
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { | ||
return CGSize(width: 375, height: 104) | ||
} |
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.
p3 소인은 잘 모른다만, 이런다면 기기대응이 되는 것이오?
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.
내 기분이 아주 좋소이다.
/// HomeViewController에서 extension을 통해 Filtering Button의 속성을 변경하는 함수들을 분리 | ||
extension HomeViewController { |
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.
어여쁘오.
🔥 Pull requests
👷 작업한 내용
전체 족보 리스트 BottomSheet
핸들러 동작🚨 참고 사항
📸 스크린샷
✅ Check List
📟 관련 이슈