Skip to content

Instantly share code, notes, and snippets.

@simrandotdev
Created October 24, 2019 16:50
Show Gist options
  • Select an option

  • Save simrandotdev/eca3c44fa76650764f6a0bdd7d72f33b to your computer and use it in GitHub Desktop.

Select an option

Save simrandotdev/eca3c44fa76650764f6a0bdd7d72f33b to your computer and use it in GitHub Desktop.
if let fileURL = Bundle.main.url(forResource: "filename", withExtension: "txt") {
if let fileContents = try? String(contentsOf: fileURL) {
// we loaded the file into a string!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment