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

Intrinsic Size에 대해서 설명하시오. #18

Open
hyesuuou opened this issue Oct 24, 2021 · 2 comments
Open

Intrinsic Size에 대해서 설명하시오. #18

hyesuuou opened this issue Oct 24, 2021 · 2 comments
Labels

Comments

@hyesuuou
Copy link
Member

No description provided.

@hyesuuou hyesuuou added the iOS label Oct 24, 2021
@hyesuuou hyesuuou changed the title ntrinsic Size에 대해서 설명하시오. Intrinsic Size에 대해서 설명하시오. Oct 24, 2021
@hyesuuou
Copy link
Member Author

hyesuuou commented Nov 2, 2021

Intricsic Size란 본질적인 컨텐츠(내용)의 크기를 말한다.
UIButton이나 UILabel등 컨텐츠 내부의 자체적인 크기를 정할 수 있는 경우 Intrinsic Content Sizef를 가지며, 간단히 위치만 잡아줘도 이미 컨텐츠 자체의 크기가 결정되어있기 때문에 오류가 나지 않는다.

@Taehyeon-Kim
Copy link
Contributor

Intrinsic Content Size는 본질적인 컨텐츠 크기라는 의미를 지닌다. UILabel과 UIButton의 오토레이아웃을 잡아줄 때 위치만 잡아줘도(즉, width와 height를 잡아주지 않아도) 에러가 발생하지 않는다. 그 이유가 바로 자체적으로 컨텐츠 크기 만큼의 크기를 결정하는 Intrinsic Content Size를 가지기 때문이다.

런타임 시에 컨텐츠를 변경시키더라도 에러가 발생하지 않고, 크기가 잘 조정되는 것을 확인할 수 있다.

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

No branches or pull requests

2 participants