This project is archived, we recommend you use Eureka instead.
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.
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.
Third party: