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

https://github.com/gazolla/tableformcloudkit

Cloudkit sample code using TableForm
https://github.com/gazolla/tableformcloudkit

cloudkit forms swift

Last synced: 3 months ago
JSON representation

Cloudkit sample code using TableForm

Awesome Lists containing this project

README

        

# TableFormCloudKit
Sample code using [TableForm](https://github.com/gazolla/TableForm) and [Cloudkit](https://developer.apple.com/documentation/cloudkit). TableForm is a set of classes to create data entry forms for iOS using UITableViews. This sample contains three Controllers:
- `EmployeesController` : This is a [UITableView](https://developer.apple.com/documentation/uikit/uitableview) with a [NSFetchedResultsController](https://developer.apple.com/documentation/coredata/nsfetchedresultscontroller).
- `EmployeeController` : This is a [FormViewController](https://github.com/gazolla/TableFormCoreData/blob/master/TableFormCoreData/TableForm/FormViewController.swift) where you can add or edit an Employee data.
- `GenderList` : This is a [TableViewController](https://github.com/gazolla/TableFormCoreData/blob/master/TableFormCoreData/GenericTableView/TableViewController.swift) where you can select a gender.

![](https://github.com/gazolla/TableFormCoreData/raw/master/Controllers.png)

Kind of Classes Diagram :
![](https://github.com/gazolla/TableFormCoreData/raw/master/TableFormCoreDataMini.png)

## Supported Platforms

- iOS 11
- swift 4

## Installing

All dependencies are in the Xcode project.

### Contact

* Sebastian Gazolla Jr
* [@gazollajr](http://twitter.com/gazollajr)
* [http://about.me/gazolla](http://about.me/gazolla)

## License

`TableFormCloudkit` is licensed under the MIT license.