This repository was archived by the owner on Sep 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
22# iOS TableView with CoreData Example
33[ ![ Build Status] ( https://travis-ci.org/diegorv/iOS-Swift-TableView-CoreData-Example.svg )] ( https://travis-ci.org/diegorv/iOS-Swift-TableView-CoreData-Example )
4- [ ![ Platform] ( https://img.shields.io/badge/platform-iOS %208%20%7C%20TableView%20%7C%20CoreData-lightgrey.svg )] ( https://travis-ci.org/diegorv/iOS-Swift-TableView-CoreData-Example )
4+ [ ![ Platform] ( https://img.shields.io/badge/platform-Swift%20%7C%20iOS %208%20%7C%20TableView%20%7C%20CoreData-lightgrey.svg )] ( https://travis-ci.org/diegorv/iOS-Swift-TableView-CoreData-Example )
55[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( https://github.com/diegorv/iOS-Swift-TableView-CoreData-Example )
66[ ![ Forks] ( https://img.shields.io/github/forks/diegorv/iOS-Swift-TableView-CoreData-Example.svg )] ( https://github.com/diegorv/iOS-Swift-TableView-CoreData-Example )
77[ ![ Stars] ( https://img.shields.io/github/stars/diegorv/iOS-Swift-TableView-CoreData-Example.svg )] ( https://github.com/diegorv/iOS-Swift-TableView-CoreData-Example )
88> Created by [ Diego Rossini Vieira] ( http://www.diegorv.com ) on 07/SEP/15.
99
1010## What?
11+
12+ Simple example about TableView and CoreData working together.
13+
1114- iOS version: ** 8**
1215- Language: ** Swift**
1316- Xcode: ** 6.4**
1417
1518## Features
16- - TableView with Actions (Add item and on cell swipe: edit, delete buttons)
17- - Simple Validation (No empty item and no duplicate item)
18- - CoreData
19+ - TableView with Actions (Add item and on cell swipe: edit, delete buttons).
20+ - Simple Validation (No empty item and no duplicate item).
21+ - CoreData (Persistent data).
1922
2023## Contributing
2124- Just fork it and open a pull request :-)
You can’t perform that action at this time.
0 commit comments