반응형
iOS 15.5, Xcode 13.31, Swift 5, UIKit 환경에서 진행했습니다.
imageView.layer.cornerRadius = imageView.frame.height / 2
imageView.layer.shouldRasterize = true
imageView.clipsToBounds = true
반응형
'iOS > 코드조각' 카테고리의 다른 글
[iOS, Swift] ImageView 애니메이션 구현하기 (0) | 2022.08.21 |
---|---|
[iOS, Swift] ImageView ContentMode 특징 (Scale to Fill, Aspect Fit, Aspect Fill) (0) | 2022.08.21 |
[iOS, Swift] UIImagePickerController 이미지 선택 화면 띄우기 (0) | 2022.08.21 |
[iOS, Swift] UIImage 그라데이션 그리기 (Gradient Image) (0) | 2022.08.21 |
[iOS, Swift] LocalNotification Foreground 알림 받기 (0) | 2022.08.21 |