Skip to content

Instantly share code, notes, and snippets.

@novinfard
Created September 17, 2018 09:31
Show Gist options
  • Save novinfard/3dab36d92352dae5080846851bf17eec to your computer and use it in GitHub Desktop.
Save novinfard/3dab36d92352dae5080846851bf17eec to your computer and use it in GitHub Desktop.
[Get swift local file]
if let urlpath = Bundle.main.path(forResource: "bpreg", ofType: "xml") {
let url = NSURL.fileURL(withPath: urlpath)
}
let urlpath = Bundle.main.path(forResource: "sample", ofType: "mp3")
let url = NSURL.fileURL(withPath: urlpath!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment