XLForm v2.1.0 Release Notes

    • ๐Ÿ”„ Change XLFormRowDescriptorTypeText, XLFormRowDescriptorTypeName and XLFormRowDescriptorTypeTextView keyboard type to UIKeyboardTypeDefault.
    • โž• 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.