Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Xcode
- Example
- 신도림 테크노마트
- 아이폰7
- Check
- 공략
- LG유플러스
- 포켓볼
- 앱스토어
- 얻는법
- setting
- afterdelay
- swift3
- 스마트폰
- 신도림
- 포켓몬 GO
- UIView
- UITableView
- error
- 페이백
- simulator
- 샘플
- Bitcode
- 보라카이
- IOS
- loop
- GCD
- push
- 해몽
- swift
Archives
- Today
- Total
목록swift uilabel multi color (1)
도래울
swift uilabel multi color, font
First of all initialize of you NSString and NSMutableAttributedString as below.var myString:NSString = "I AM KIRIT MODI" var myMutableString = NSMutableAttributedString()In ViewDidLoadoverride func viewDidLoad() { myMutableString = NSMutableAttributedString(string: myString, attributes: [NSFontAttributeName:UIFont(name: "Georgia", size: 18.0)!]) myMutableString.addAttribute(NSForegroundColorAttr..
개발/iOS
2016. 5. 23. 17:10