[iOS][swfit3] Circle ImageView 이미지 뷰 동그랗게 만들기

2017. 10. 4. 15:50iOS

반응형
[iOS][swfit3] Circle ImageView 이미지 뷰 동그랗게 만들기

이미지 뷰 동그랗게 만드는 방법

1.imageView.layer.cornerRadius = imageView.frame.width / 2
2.imageView.clipsToBounds = true
반응형