https://github.com/amirdaliri/todolist
CoreData
https://github.com/amirdaliri/todolist
coredata realmswift todolist
Last synced: 26 days ago
JSON representation
CoreData
- Host: GitHub
- URL: https://github.com/amirdaliri/todolist
- Owner: AmirDaliri
- Created: 2019-09-13T09:50:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T19:50:36.000Z (over 5 years ago)
- Last Synced: 2025-02-13T14:41:25.635Z (3 months ago)
- Topics: coredata, realmswift, todolist
- Language: Swift
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TodoList
###### master uses realm.
###### please follow the below command.
```
$ git clone https://github.com/AmirDaliri/TodoList.git
```
```
$ pod install
```
###### open TestTodoList_Realm.xcworkspace### Core Data
###### clone master swithc to CoreData branch
```
$ git checkout CoreData
```
###### close xcode
###### open TestTodoList_CoreData.xcodeproj### Realm
###### clone master swithc to core-data branch
```
$ git checkout Realm
```