Open
Conversation
YoonAh-dev
approved these changes
Oct 11, 2021
Comment on lines
168
to
170
| priceLabelNode.style.spacingAfter = 13 | ||
| barcodeImageNode.style.spacingAfter = 6 | ||
| cardNumberTextNode.style.spacingAfter = 8 |
| }, | ||
| bannerButton.styled { | ||
| $0.preferredSize = CGSize(width: UIScreen.main.bounds.width, height: 85) | ||
| $0.spacingAfter = 0 |
Collaborator
There was a problem hiding this comment.
나는 왜 이게 안먹힐까요 .. . .?
뭘 잘못한걸까
| titleLabel.style.spacingAfter = 24 | ||
| cardCollectionNode.style.spacingAfter = 28 | ||
| bannerButton.style.spacingAfter = 20 | ||
| bannerButton.style.spacingAfter = 50 |
Collaborator
There was a problem hiding this comment.
이거랑 밑에 있는
bannerButton.styled {
$0.spacingAfter = 0
}이거랑 차이가 있나요???
snowedev
approved these changes
Oct 11, 2021
| titleLabel.style.spacingAfter = 24 | ||
| cardCollectionNode.style.spacingAfter = 28 | ||
| bannerButton.style.spacingAfter = 20 | ||
| bannerButton.style.spacingAfter = 50 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#2
Summary
카드뷰 셀 세팅
스크롤 뷰 배열 정리
Sth Coming Newly
뭔가,,, 변수 선언할때 안먹는 것들이 LayoutSpec에서 children 선언할때 styled {} 블록 안에 쓰면 작동해요,,,
대체 왜져,,,?
Challenges
preferredSize가 안먹어서 계속 애먹었는데 LayoutSpec에 쓰니까 되더라구요,,,?
이걸로만 정말 오래 고민했는데,,,,,,
References