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
- uiscrollview
- swiftUI
- Clean Code
- ios
- Protocol
- map
- ribs
- rxswift
- 애니메이션
- 리펙토링
- combine
- clean architecture
- Refactoring
- RxCocoa
- 리펙터링
- tableView
- Observable
- 리팩토링
- UICollectionView
- swift documentation
- 스위프트
- UITextView
- Xcode
- collectionview
- HIG
- uitableview
- 클린 코드
- Human interface guide
- MVVM
- SWIFT
Archives
- Today
- Total
목록UITextView cursor (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITextView의 cursor 다루기 (NSRange, location, length)
UITextView의 Cursor 개념 Cursor는 사용자 편의를 위해서 현재 수정되거나 작성될 곳의 위치를 나타내는 역할 애플에서는 이 Cursor도 코드로 이동시키거나 Cursor의 위치를 파악할 수 있도록 NSRange 형태로 제공 NSRange 개념은 이전 포스팅 글 참고 NSRange 요약 개념 NSRange는 _NSRange의 Typealias로 되어 있고 범위의 시작 위치를 location, 길이를 length 프로퍼티로 표현 public struct _NSRange : @unchecked Sendable { public init() public init(location: Int, length: Int) public var location: Int public var length: Int ..
iOS 응용 (swift)
2023. 10. 29. 01:44