KSOForm is a iOS framework for creating Settings app like views.


Keywords
form, ios
License
Apache-2.0
Install
pod try KSOForm

Documentation

KSOForm

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: