Skip to content

Commit 35db970

Browse files
author
Dilip Parmar
committed
Updated readme for loadStore method
1 parent 947a720 commit 35db970

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ https://github.com/Dilip-Parmar/CoreDataWrapper
9595
```ruby
9696
let bundle = Bundle(identifier: "com.myBundleId")
9797
let coreDataWrapper = CoreDataWrapper.init(modelFileName: "Model", bundle: bundle, storeType: StoreType.sqlite)
98+
coreDataWrapper.loadStore(completionBlock: { (isSuccess, error) in
99+
100+
})
98101
```
99102

100103
## Main context synchronous operations

0 commit comments

Comments
 (0)