Skip to content

Instantly share code, notes, and snippets.

@DevKang
Created July 6, 2016 06:35
Show Gist options
  • Save DevKang/00fc95a619e7d46f64e57381cd1be60b to your computer and use it in GitHub Desktop.
Save DevKang/00fc95a619e7d46f64e57381cd1be60b to your computer and use it in GitHub Desktop.
override init() {
...
let realmPath = NSSearchPathForDirectoriesInDomains(.CachesDirectory, .UserDomainMask, true)[0]
self.myDB = try! Realm(fileURL: NSURL(fileURLWithPath: realmPath + "/data.realm"))
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment