UIView
2021. 10. 12. 19:56ㆍ개발자료/iOS
반응형
## cornerRadius : 테두리 둥글게 만들기
#import <QuartzCore/QuartzCore.h>
view.layer.cornerRadius = 5;
view.layer.masksToBounds = true;
반응형
'개발자료 > iOS' 카테고리의 다른 글
iOS 광고식별자 IDFA(Identifier For Advertisers) (0) | 2021.11.18 |
---|---|
백그라운드 전환시 작업시간 벌기 (0) | 2021.11.03 |
[ERROR] validateNewTexture:89: failed assertion `BytesPerRow of a buffer-backed texture with pixelFormat(MTLPixelFormatBGRA8Unorm) must be aligned to 64 bytes, found bytesPerRow(1200)' (0) | 2021.10.01 |
[WebView] Inject (0) | 2021.09.29 |
[IB] 비율에 맞추기 (0) | 2021.09.29 |