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

글쓰기 페이지 카테고리 선택 페이지 퍼블리싱 #15

Closed
wants to merge 9 commits into from

Conversation

uuuunseo
Copy link
Contributor

글쓰기 페이지 (카테고리 선택) 페이지를 퍼블리싱 완료
글쓰기 페이지 (카테고리 선택) 페이지 -> 글쓰기 페이지 (전공 선택) 페이지로 넘어가는 기능이 있습니다

@uuuunseo uuuunseo linked an issue Jun 30, 2023 that may be closed by this pull request
@uuuunseo uuuunseo self-assigned this Jun 30, 2023
Comment on lines +214 to +215
$0.width.equalTo(105)
$0.height.equalTo(105)

Choose a reason for hiding this comment

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

Suggested change
$0.width.equalTo(105)
$0.height.equalTo(105)
$0.size.equalTo(105)

로 Width랑 Height가 같다면 간단하게 쓸 수 있어요!

Comment on lines +195 to +196
$0.leading.equalTo(feedbackCategoryButton.snp.leading).inset(16)
$0.top.equalTo(feedbackCategoryButton.snp.top).inset(16)

Choose a reason for hiding this comment

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

Suggested change
$0.leading.equalTo(feedbackCategoryButton.snp.leading).inset(16)
$0.top.equalTo(feedbackCategoryButton.snp.top).inset(16)
$0.top.leading.equalTo(feedbackCategoryButton).inset(16)

로 간추릴 수 있는데 어떤가요?

}

private let jobOpeningCategoryTitleStackView = UIStackView().then {
$0.translatesAutoresizingMaskIntoConstraints = false

Choose a reason for hiding this comment

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

SnapKit사용하면 makeConstraints 사용할때 자동으로 이거 false로 만들어줍니다

@uuuunseo
Copy link
Contributor Author

conflict 해결 실패로 인해.... 클로즈....되겠습니다...

@uuuunseo uuuunseo closed this Jul 25, 2023
@baekteun
Copy link

어이쿠

@uuuunseo uuuunseo deleted the feat/writedown-publishing branch July 25, 2023 04:31
@baekteun
Copy link

Tuist를 쓴다면 놀랍게도 xcodeproj, pbxproj로 인한 conflict가 완전히 없어지죠

@uuuunseo
Copy link
Contributor Author

노력하겠습니다...ㅠ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

글쓰기 페이지 퍼블리싱
3 participants