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 |
Tags
- LG유플러스
- Bitcode
- UIView
- error
- UITableView
- push
- 보라카이
- 해몽
- 포켓볼
- GCD
- simulator
- 스마트폰
- setting
- 얻는법
- afterdelay
- IOS
- 페이백
- Xcode
- 포켓몬 GO
- 아이폰7
- 샘플
- loop
- 공략
- swift
- 신도림
- 앱스토어
- 신도림 테크노마트
- Example
- Check
- swift3
Archives
- Today
- Total
목록NSMutableAttributedString (1)
도래울
swift NSMutableAttributedString text color
extension NSMutableAttributedString { static public func multicolorTextAttribute(fullText : String, colorText : String, fontColor : UIColor, label : UILabel) -> NSMutableAttributedString { var mutableString = NSMutableAttributedString() let range = fullText.rangeOfString(colorText) let index: Int = fullText.startIndex.distanceTo(range!.startIndex) mutableString = NSMutableAttributedString(string..
개발/iOS
2016. 9. 9. 11:07