일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MVVM
- 알고리즘
- 프로젝트회고
- 새싹후기
- xml
- 조건문
- CS193p
- 청년취업사관학교후기
- 스터디
- xcode
- stanford
- flutter
- Swift
- Masil
- UIKit
- GIT
- collectionView
- colorofdays
- WidgetTree
- UserDefault
- 코딩테스트
- flutter #state # stateful #stateless
- 백준
- IOS
- 스위프트
- ImageSlider
- SwiftUI
- 오늘의 색상
- 프로그래머스
- process
Archives
- Today
- Total
목록gesture (1)
개발을 시작하는 이야기
[SwiftUI]Lecture 10: Multithreading Demo Gestures
강의 보기 : YouTube :: Stanford URL과 Image를 Drag & Drop 이모지 외에도 배경을 Drag & Drop 할 수 있기 때문에 URL이나 Image가 드롭되었을 때 이를 받을 수 있어야 한다. private func drop(providers: [NSItemProvider], at location: CGPoint, in geometry: GeometryProxy) -> Bool { var found = providers.loadObjects(ofType: URL.self) { url in document.setBackground(EmojiArtModel.Background.url(url)) } if !found { found = providers.loadObjects(ofTy..
개발 이야기/Swift
2022. 4. 29. 20:07