XLForm v2.1.0 Release Notes
-
- 🔄 Change
XLFormRowDescriptorTypeText
,XLFormRowDescriptorTypeName
andXLFormRowDescriptorTypeTextView
keyboard type toUIKeyboardTypeDefault
. - ➕ Added
XLFormRowDescriptorTypeInfo
row type and example. - ➕ Added
XLFormRowDescriptorTypeSelectorPopover
row type and example. - ✅ CI added. Created Test project into Tests folder and set up Travis.
- 💻 Documented how to customize UI. Added an example.
- Now XLFormViewController extends from UIViewController instead of UITableViewController.
- ➕ Added tableView property as a XLFormViewController IBOutlet.
- ➕ Added support for storyboard reuse identifier and nib file.
- Button selection can be handled using a selector or block.
- ➕ Added addAsteriskToRequiredRowsTitle property to XLFormDescriptor. NO is used as value by default.
- 🚚 Image cell has been removed because it depends on AFNetworking and now needs to be implemented as a custom cell. You can find the image custom cell in Examples/Others/CustomCells.
- 🔄 Change