Avatar
.dropDestination(for: URL.self) { urls, _ in guard let url = urls.first else { return } ... }
9:37 AM
こんな感じ