UIImageView의 코너를 조금 둥글게 만드는 방법을 알아보자.
UIImageView를 그냥 사용하면 요렇게 각지게 표현이 된다.
cell.imgView.layer.cornerRadius = 10
UIImageView에 위와 같이 설정해주면,
위와 같이 둥글둥글해지게 된다.
'컴퓨터 > iOS, Swift' 카테고리의 다른 글
[CI/CD] Bitrise Error with XCode (0) | 2022.06.12 |
---|---|
[iOS] func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat 알아보기 (0) | 2021.02.26 |
[Swift] convenience init 알아보기 (0) | 2020.08.23 |
[Swift] 접근 제어 / Access Levels (0) | 2020.08.18 |
Functional Swift : Closure의 관한 모든 것. (0) | 2018.09.20 |