XLForm Versions Save

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.

4.3.0

3 years ago
  • Add datePicker style property to XLFormDateCell (#1078)

4.2.0

3 years ago
  • Support for Swift Package Manager (#1073)
  • Fix Carthage build (#1075)

4.1.0

4 years ago

This version adds:

  • Fix crash when .Nib is inside a framework bundle. (#1050)
  • iOS 13 dark mode support. (#1057)
  • Updates for Swift 5 in Examples

4.0.1

5 years ago
  • Memory improvements and fixes.
  • Other minor fixes

4.0.0

6 years ago

• Bug fixes and stability improvements. • Deployment target changed to 9.0

3.3.0

7 years ago
  • Added cellConfigForSelector to style XLFormOptionsViewController
  • Added properties to limit number of characters in XLFormTextFieldCell and XLFormTextViewCell
  • Minor fixes

3.2.0

7 years ago
  • Added XL_APP_EXTENSIONS macro to allow app extensions (@MuscleRumble #357)
  • Added shouldChangeTextInRange delegate call for UITextView. (@kiancheong #782)
  • Added support for NSFormatter (@ziogaschr, @fwhenin, @bhirt-bpl #306)
  • Added height property to XLFormRowDescriptor to allow setting height of individual cells.
  • Other minor fixes

3.1.2

7 years ago
  • Update row in cellForRowAtIndexPath instead of willDisplayCell
  • Added cancel action to image selector (by koenpunt)
  • Other minor fixes

3.1.1

8 years ago
  • Allow setting width percentage on UITextView
  • Added custom inline row example
  • Fixed bug where XLFormImageCell was not added to project
  • Add ability to end editing on scroll
  • Other bugs and refactor

3.1.0

8 years ago
  • Added Carthage support
  • Added NSCoding protocol
  • Allowed HTTP connections
  • Several bugfixes and improvements.