티스토리 뷰
반응형
안녕하세요 오늘은 제목 그대로 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
- wwdc21 actor
- Swift check notch
- firebase remote config
- 위메프
- Android
- 맛집
- 샤브샤브
- Swift button text underline
- 쇼미더머니6
- Sandbox test login on
- Swift app version check
- Swift button underline programmatically
- SceneDelegate error
- How to get version swift
- [WindowScene] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
- swift autoclosure
- autoclosure
- Swift version code
- Swift textField max length
- swift actor
- Bundle main infodictionary swift 4
- [WindowScene] Failed to Error
- swift uitextfield 글자수 제한
- Swift label underline storyboard
- android notification
- Swift 앱 버전
- iPhone X safe area size
- Sandbox account sign out
- Swift 노치 구분
- Sandbox account logout
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함