Skip to content

Instantly share code, notes, and snippets.

@doluvor
Created December 6, 2016 07:40
Show Gist options
  • Select an option

  • Save doluvor/457a896918a5734c7763b0cfe3774091 to your computer and use it in GitHub Desktop.

Select an option

Save doluvor/457a896918a5734c7763b0cfe3774091 to your computer and use it in GitHub Desktop.
Get file in test bundle
let testBundle = Bundle(for: type(of: self))
let fileURL = bundle.url(forResource: "imageName", withExtension: "png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment