iOS & macOS9 [macOS] 파일 선택 기능 - Drag & Drop, NSOpenPanel macOS에서 파일 업로드하는 기능을 개발하였습니다. File 업로드 기능 구현 방식 1) Drag & Drop 방식 2) NSOpenPanel 방식 1. Drag & Drop 방식 공식 문서 https://developer.apple.com/documentation/swiftui/drag-and-drop Drag and drop | Apple Developer Documentation Enable people to move or duplicate items by dragging them from one location to another. developer.apple.com onDrop 방식 예제 코드 struct ContentView: View { @State private var droppedIma.. 2024. 1. 12. 이전 1 2 3 다음