일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- xcode
- flutter
- stanford
- 알고리즘
- 스위프트
- 청년취업사관학교후기
- xml
- 스터디
- collectionView
- MVVM
- UIKit
- SwiftUI
- 코딩테스트
- ImageSlider
- 프로젝트회고
- 조건문
- process
- 프로그래머스
- colorofdays
- Swift
- GIT
- CS193p
- Masil
- 오늘의 색상
- UserDefault
- flutter #state # stateful #stateless
- 새싹후기
- WidgetTree
- 백준
- IOS
Archives
- Today
- Total
목록MainQueue (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