티스토리 뷰
반응형
안녕하세요 오늘은 제목 그대로 label underlien을 해보겠습니다.
코드는 너무 간단해서 붙여넣기하셔서 사용하셔되 될것 같아요
var text:String = "Hoxy, 언더라인 찾으세요?? "
let attributedString = NSMutableAttributedString.init(string: "\(text)네맞아요")
attributedString.addAttribute(NSAttributedString.Key.underlineStyle, value: 1, range: NSRange.init(location: text.count, length: 4))
attributedString.addAttribute(NSAttributedString.Key.foregroundColor, value: UIColor.Carort!, range: NSRange.init(location: text.count, length: 4))
lblHoxy.attributedText = attributedString
위에 설명 따위는 필요없겠지만 보시면 NSAttributedString.Key.underlineStyle 은 언더라인 속성을 부여하겠다NSAttributedString.Key.foregroundColor 은 컬러값 속성을 부여하겠다 lblHoxy(@IBOutlet var lblHoxy: UILabel!)
이미 선언한 컴포너트 입니다.
오늘부터 라벨 두개씩 쓰지마시고 저처럼 해보는거 어떠세요?
반응형
'IOS' 카테고리의 다른 글
Swift ) scrollView ContentSize Auto (0) | 2020.08.02 |
---|---|
Swift ) App의 버전 정보 가져오기 (0) | 2020.07.27 |
[swift] openURL was deprecated in iOS 10.0 (0) | 2020.07.21 |
[swift] textfield last text remove (0) | 2020.07.20 |
[swift] send email with MFMailComposeViewController (0) | 2020.07.18 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- swift autoclosure
- swift actor
- Swift label underline storyboard
- Swift textField max length
- [WindowScene] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
- How to get version swift
- autoclosure
- wwdc21 actor
- Bundle main infodictionary swift 4
- 샤브샤브
- Swift button text underline
- Sandbox account sign out
- Sandbox test login on
- Swift 노치 구분
- swift uitextfield 글자수 제한
- firebase remote config
- iPhone X safe area size
- Swift app version check
- Swift 앱 버전
- Swift button underline programmatically
- Sandbox account logout
- android notification
- 위메프
- 쇼미더머니6
- Android
- 맛집
- [WindowScene] Failed to Error
- Swift check notch
- Swift version code
- SceneDelegate error
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함