Skip to content

Commit

Permalink
Updated readme for loadStore method
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilip Parmar committed Aug 23, 2020
1 parent 947a720 commit 35db970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ https://github.com/Dilip-Parmar/CoreDataWrapper
```ruby
let bundle = Bundle(identifier: "com.myBundleId")
let coreDataWrapper = CoreDataWrapper.init(modelFileName: "Model", bundle: bundle, storeType: StoreType.sqlite)
coreDataWrapper.loadStore(completionBlock: { (isSuccess, error) in

})
```

## Main context synchronous operations
Expand Down

0 comments on commit 35db970

Please # to comment.