Skip to content

bugkingK/DragDropView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DragDropView

Installation

Manual:

Copy DragDropView.swift, NSDraggingInfo+FilePathURL.swift to your project.

Preview

Using

dragDropView.acceptedFileExtensions = ["jpeg"]
dragDropView.usedArrowImage = true
dragDropView.setup({ (file) in
    print(file)
}) { (files) in
    print(files)
}

License

DragDropView is available under the MIT license. See the LICENSE file for more info.

About

Drag and drops allow you to obtain locations such as images, files, folders, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages