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 |
Tags
- Git
- JPA
- stack
- rxswift
- IOS
- iOS16
- FLUTTER
- mac
- Apple
- UIButton
- MacOS
- view
- error
- Xcode
- Code
- window
- Python
- Firebase
- darkmode
- Realm
- Notification
- github
- 개발자
- 웹뷰
- Archive
- SwiftUI
- Session
- 한글
- appstore
- Swift
Archives
- Today
- Total
목록lineBreak (1)
EEYatHo 앱 깎는 이야기
Swift ) UILabel 크기 미리 알기, truncated 파악 - EEYatHo iOS
boundingRect Swift에는 NSString, NSAttributedString를 감싸는 CGRect를 계산해주는 메소드가 있다. extension NSString { // ... @available(iOS 7.0, *) open func boundingRect(with size: CGSize, options: NSStringDrawingOptions = [], attributes: [NSAttributedString.Key : Any]? = nil, context: NSStringDrawingContext?) -> CGRect } extension NSAttributedString { // ... @available(iOS 6.0, *) open func boundingRect(with siz..
iOS, Swift
2022. 4. 20. 18:53