KSOForm 1.0.0

KSOForm 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License Apache-2.0
ReleasedLast Release Feb 2021

Maintained by William Towe.



 
Depends on:
Agamotto>= 0
Ditko>= 0
KSOFontAwesomeExtensions>= 0
KSOTextValidation>= 0
Loki>= 0
Quicksilver>= 0
Stanley>= 0
KSOTooltip~> 3.0
 


KSOForm 1.0.0

  • By
  • William Towe

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: