clipsToBounds1 [iOS] clipsToBounds 란 무엇인가? (feat. 모서리를 둥글게 둥글게) 막연하게 cornerRadius를 주기 위해 필요한 것. 정도로 알고 있던 clipsToBounds. 그런데 이 설정을 주더라도 모서리 둥글게가 먹히지 않을 때가 있어서 이건 정확히 뭘까 궁금했는데, 주말을 맞은 김에(?) clipsToBounds란 정확히 무엇인가 알아보려고 한다. 개념 정리 먼저 애플 공식 문서의 요약은 아래와 같다. " subview들이 view의 bounds에 가둬질 수 있는 지를 판단하는 Boolean 값 " A Boolean value that determines whether subviews are confined to the bounds of the view var clipsToBounds: Bool { get set } " 이 값을 true로 설정하면 subview들이 r.. 2021. 3. 21. 이전 1 다음