자간, 행간 (Extension UILabel)
먼저 행간 설정입니다. // 행간 extension UILabel { func setLineSpacing(ratio: Double) { let style = NSMutableParagraphStyle() let lineheight = self.font.pointSize * ratio //font size * multiple style.minimumLineHeight = lineheight style.maximumLineHeight = lineheight self.attributedText = NSAttributedString( string: self.text ?? "", attributes: [ .paragraphStyle: style ]) } } extension UILabel { func setLin..
iOS & swift
2023. 12. 9. 19:25
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- swift 엑셀 읽기
- 공부 타이머 어플
- swift get excel
- filemanager excel read
- swift filemanager excel
- 레디세이 어플
- swift urlsession refactoring
- swift urlcomponent encode
- swift 엑셀 가져오기
- rag 기반 llm
- swift 자간
- swift queryitem encode
- readysay
- rag 기반 llm 챗봇
- 레디세이
- swift urlsession module
- 엔디소프트 레이세이
- chatgpt rag llm
- swift network 공통화
- llm pdf rag
- swift filemanager get excel
- llm csv
- swift network refactoring
- swift network module
- rag llm pdf
- focus timer 어플
- swift urlsession 공통화
- swift excel read
- swift urlsession network module
- swift 네트워크 모듈화
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함