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
- Apple
- Xcode
- Firebase
- JPA
- 개발자
- 웹뷰
- Swift
- SwiftUI
- Code
- Realm
- geofencing
- 한글
- MacOS
- view
- darkmode
- rxswift
- IOS
- 이미지
- Git
- FLUTTER
- window
- error
- Session
- appstore
- mac
- iOS16
- Archive
- Notification
- github
- UIButton
Archives
- Today
- Total
목록truncated (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