An open API service indexing awesome lists of open source software.

https://github.com/amirdaliri/todolist

CoreData
https://github.com/amirdaliri/todolist

coredata realmswift todolist

Last synced: 26 days ago
JSON representation

CoreData

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
```