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
- Observable
- clean architecture
- Refactoring
- MVVM
- uitableview
- 리펙토링
- ribs
- Xcode
- 스위프트
- combine
- tableView
- HIG
- UITextView
- Clean Code
- map
- 클린 코드
- SWIFT
- collectionview
- rxswift
- swiftUI
- 애니메이션
- uiscrollview
- RxCocoa
- Protocol
- UICollectionView
- 리팩토링
- Human interface guide
- 리펙터링
- ios
- swift documentation
Archives
- Today
- Total
목록아이템 프로바이더 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] NSItemProvider 개념 (drag and drop, copy and paste, 복사하기)
NSItemProvider 개념 drag and drop이나 copy and paste 동작 할 때 delegate나 데이터를 주입할 때 NSItemProvider가 등장하는데, 현재의 앱이 다른 앱에 데이터를 전달하는 목적으로 사용 drag and drop: 화면 하나에 여러개의 앱이 띄워져 있을 수 있는 경우, 다른 앱으로 drop하여 아이템을 전달할 때 이 provider에 담아서 전송 copy and paste: 복사를 할 때 어떤 데이터를 복사할지 provider에 입력이 가능 ex) UICollectionView를 사용하여 Drag and Drop 컬렉션 뷰를 만들 때 NSItemProvider가 등장 (drag and drop 구현 포스팅 글) [iOS - swift] DragDropColl..
iOS 응용 (swift)
2023. 7. 26. 01:59