-
Notifications
You must be signed in to change notification settings - Fork 33
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
박스오피스II [STEP 2] Erick, kyungmin #105
Open
YaRkyungmin
wants to merge
24
commits into
yagom-academy:ic_9_kyungmin
Choose a base branch
from
h-suo:II-Step2
base: ic_9_kyungmin
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e0a51ed
♻️Refactor: errorAlert을 재사용하기 쉽도록 customAlert으로 수정
h-suo 9414154
✨Feat: toolbar 세팅 및 barButton 생성
h-suo b757f78
🚚build: BoxOfficeCollectionViewListCell 리네임
YaRkyungmin 77215c4
✨Feat: BoxOfficeCollectionViewGridCell 구현
YaRkyungmin 12918c9
🩹Chore: listCell 리네임
YaRkyungmin bbd3ff2
✨Feat: girdLayout메서드 추가 및 CollectionViewMode타입 구현
YaRkyungmin 57a4c8d
✨Feat: 아이콘 및 리스트 모드로 변경하는 로직 구현
h-suo 7fd2e4d
✨Feat: Dynamic Type 적용
YaRkyungmin b91361c
♻️Refactor: AutoShrink 적용
h-suo 5d124a0
✨Feat: MovieDetailScrollView 다이나믹 타입 적용
h-suo e555577
♻️Refactor: minimumScaleFactor 수정
h-suo 97b8d2b
♻️Refactor: 텍스트 크기가 커져도 titleLabel이 생략되지 않도록 설정
h-suo c6b8118
🩹Chore: 매직스트링 네임스페이스 분리
YaRkyungmin 37524cd
🩹Chore: gridLayout 그룹 높이 조정
YaRkyungmin 1ba9a90
♻️Refactor: 화면 모드 변경 로직 수정
h-suo 9243927
♻️Refactor: 영화 상세보기 화면에서는 toolbar가 안 보이도록 설정
h-suo 30daee2
♻️Refactor: rankStackView의 기본 너비 재설정
h-suo 869dd61
🐛Fix: BoxOfficeViewController로 돌아올때 Toolbar 보이게 설정
YaRkyungmin c852eb4
♻️Refactor: CollectionViewMode 주입
YaRkyungmin 7869c80
♻️Refactor: UICollectionViewLayout을 인자로 받도록 변경
h-suo 749c7d6
🩹Chore: 컨벤션 수정
YaRkyungmin c06bc43
♻️Refactor: gridCell contentView의 masksToBounds 설정
h-suo 5997921
♻️Refactor: informationStackView 제약 수정
YaRkyungmin 553f24b
📝Docs: II-Step2 README 작성
h-suo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
♻️Refactor: gridCell contentView의 masksToBounds 설정
- Loading branch information
commit c06bc434f06dda0d5cefe22645ee771de8b1261a
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
layer를 쓰셔서 질문드립니다.
MasksToBounds 는 뭘까요 ?
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.
masksToBounds
는layer
의Bool
프로퍼티입니다.true
일때는 서브뷰들이 테두리를 기준으로 잘리게 되고,false
일때는 잘리지 않게 됩니다.기본값이
false
이기 때문에true
로 변경해줬습니다