Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (34 loc) · 2.55 KB

README.md

File metadata and controls

47 lines (34 loc) · 2.55 KB

KSOForm

This project is archived, we recommend you use Eureka instead.

Carthage compatible Version Platform License

KSOForm is an iOS/tvOS framework for constructing and displaying views similar to Settings app or the Add Event sheet in the Calendar app. It provides value classes (KSOFormModel, KSOFormSection, and KSOFormRow) that represent a form. It also provides a UITableViewController subclass, KSOFormTableViewController that owns and displays an instance of KSOFormModel. It provides default classes that handle the display of the following controls:

  • UIImageView
  • UILabel
  • UITextField
  • UITextView
  • UISwitch
  • UIPickerView
  • UIDatePicker
  • UIStepper
  • UISlider
  • UIButton
  • UISegmentedControl

It can push or modally present additional forms and custom view controller classes easily. It supports custom table view header, footer, section header, section footer, and cells. It supports validation and formatting of text input.

Demo icons by Glyphish.

iOS

Installation

You can install KSOForm using cocoapods, Carthage, or as a framework.

When installing as a framework, ensure you also link to Stanley, Ditko, Loki, Agamotto, Quicksilver, KSOTooltip, KSOFontAwesomeExtensions, and KSOTextValidation as KSOForm relies on them.

Dependencies

Third party: