Skip to content

Conversation

@lee-yeonwoo
Copy link
Collaborator

@lee-yeonwoo lee-yeonwoo commented Jan 5, 2023

🌱 작업한 내용

  • PlusdetailVC UI를 구현했습니다
  • Tabbar 숨김 처리를 했습니다
  • collectionView 특정 뷰 숨김 처리를 했습니다
  • 버튼에 선택했을 때 함수를 추가했습니다

🌱 PR Point

  • collectionView 레이아웃 잡을 때 , height을 지정안해주니까 뷰가 아예 안떠서 우선 지정해놨습니다
  • 테두리도 같이 투명도가 조절되어서 연하게 나옵니다
  • '선택하기'버튼 색 바꾸는 함수를 짜는 부분 고민중입니다

📸 스크린샷

Simulator Screen Recording - iPhone 14 - 2023-01-05 at 22 46 04

📮 관련 이슈

@lee-yeonwoo lee-yeonwoo added Feat 새로운 기능 구현 연우🐰 labels Jan 5, 2023
@lee-yeonwoo lee-yeonwoo self-assigned this Jan 5, 2023
@lee-yeonwoo lee-yeonwoo changed the title [Feat] Plus detail VC UI구현 [Feat] #44 - Plus detail VC UI구현 Jan 5, 2023
Copy link
Collaborator

@lsj8706 lsj8706 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~!
코멘트 달린 부분만 수정해서 머지해주세요~!
(커밋하고 push 하면 지금 이 PR에 자동으로 해당 커밋이 반영됩니다.)

가능하면 현재 나오고 있는 린트 경고도 최대한 해결해서 올려주세요!


private let reuseIdentifier = "MapCollectionViewCell"

class MapCollectionViewController: UICollectionViewController {
Copy link
Collaborator

Choose a reason for hiding this comment

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

이 파일은 이제 사용하지 않고 있는거죠?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이거 복붙해서 쓰려고 남겨놓은 거긴한데...없앨까용 ..?🥺


let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout)
collectionView.backgroundColor = .clear
collectionView.translatesAutoresizingMaskIntoConstraints = false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
collectionView.translatesAutoresizingMaskIntoConstraints = false

스냅킷을 사용하고 있기 때문에 이 코드는 지워도 상관 없습니다. (스냅킷이 내부적으로 해줌)

@lee-yeonwoo lee-yeonwoo merged commit f78cf8d into Runnect:develop Jan 6, 2023
@lee-yeonwoo lee-yeonwoo deleted the #44-PlusDetailVC구현 branch January 6, 2023 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feat 새로운 기능 구현 연우🐰

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants