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
- Host: GitHub
- URL: https://github.com/gazolla/tableformcloudkit
- Owner: gazolla
- Created: 2018-08-13T15:41:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T14:47:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T10:26:12.604Z (4 months ago)
- Topics: cloudkit, forms, swift
- Language: Swift
- Size: 608 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
Kind of Classes Diagram :
## 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.