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
- 리팩토링
- Clean Code
- Refactoring
- 애니메이션
- HIG
- rxswift
- Observable
- map
- uitableview
- MVVM
- uiscrollview
- 스위프트
- swiftUI
- ribs
- collectionview
- ios
- Human interface guide
- combine
- UITextView
- SWIFT
- 클린 코드
- swift documentation
- clean architecture
- Xcode
- 리펙터링
- 리펙토링
- tableView
- Protocol
- RxCocoa
- UICollectionView
Archives
- Today
- Total
목록LockedState (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] [오픈소스 까보기] apple foundation - AttributedString (#Guts, #Run)
* foundation의 AttributedString.swift Github 주소 참고 AttributedString.swift 구현부 * NSAttributedString 개념은 이전 포스팅 글 참고 AttributedString은 Sendable을 따르고 있으므로 동시성 처리에 안전 내부적으로 _guts를 가지고 있는데 guts는 core라는 의미 // AttributedString.swift @dynamicMemberLookup @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) public struct AttributedString : Sendable { internal var _guts: Guts internal init(_ guts: Guts) { _..
오픈소스 까보기
2023. 8. 23. 16:11