mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-18 23:19:45 +02:00
Update README.md
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
Simple, elegant, and smart Core Data programming with Swift
|
Simple, elegant, and smart Core Data programming with Swift
|
||||||
(Swift, iOS 8+)
|
(Swift, iOS 8+)
|
||||||
|
|
||||||
|
[Click here for a wiki version of this README](https://github.com/JohnEstropia/CoreStore/wiki)
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@@ -66,7 +67,7 @@ let count = CoreStore.queryValue(
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Quick jumps
|
## Contents
|
||||||
|
|
||||||
- [Architecture](#architecture)
|
- [Architecture](#architecture)
|
||||||
- [Setting up](#setup)
|
- [Setting up](#setup)
|
||||||
@@ -164,8 +165,6 @@ class MyViewController: UIViewController {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Check out the *CoreStore.swift* and *DataStack.swift files* if you want to explore the inner workings of the data stack.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a id="transactions">Saving and processing transactions</a>
|
## <a id="transactions">Saving and processing transactions</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user