'IT/iOS / Objectiv-C'에 해당하는 글 6건

CALayer *layer = [imageView layer];
[layer setMasksToBounds:YES];
[layer setCornerRadius:10.0];
이미지에 보더 주려면
[layer setBorderWidth:4.0];
[layer setBorderColor:[[UIColor blueColor] CGColor]];
이런식으로 추가하면됩니다.

'IT > iOS / Objectiv-C' 카테고리의 다른 글

iOS - Segue 관련 함수  (0) 2015.12.14
iOS의 SQLite-FMDB 사용  (0) 2015.12.14
iOS9에서 canOpenURL 오류 대응  (0) 2015.11.21
HTML5 VIDEO 플레이 관련 이슈  (0) 2015.10.06
Xcode 버전 다운그레이드 방법  (0) 2015.09.24

WRITTEN BY
Dukejin
If you don't walk today, you will have to run tomorrow. Try hard, Try hard!

,