반응형
라벨에 외곽선을 그리는 방법입니다.
let attrString = NSAttributedString(
string: "외곽선 라벨",
attributes: [
NSAttributedString.Key.strokeColor: UIColor.black,
NSAttributedString.Key.foregroundColor: UIColor.white,
NSAttributedString.Key.strokeWidth: -2.0,
NSAttributedString.Key.font: UIFont.systemFont(ofSize: 17.0)
]
)
label.attributedText = attrString
반응형
'아이폰' 카테고리의 다른 글
Swift UIImageView + URL이미지 (0) | 2021.11.20 |
---|---|
Swift 키보드 Show/Hide 이벤트, 화면 밖 터치로 내리기 (0) | 2021.11.20 |
Swift Dispatch async, asyncAfter (0) | 2021.11.20 |
Swift Post 통신, VO <-> Json(Codable 사용) (0) | 2021.11.18 |
Swift Alert, Confirm(얼럿, 컨펌 확인창) (0) | 2021.11.18 |
최근댓글