XLForm v1.0.1 Release Notes

    • โž• Added storyboard example.
    • โž• Added button XLFormRowDescriptorTypeButton example.
    • Documented how to add a custom row.
    • ๐Ÿ›  Fixed issues: #2, #3, #27, #38.
    • ๐Ÿ›  Fixed crash caused by inline date rows. #6
    • Fixed ipad issue invalid cell layout. #10
    • ๐Ÿ†• New convenience methods to insert sections dinamically. #13
    • ๐Ÿ’… Change default label style to UIFontTextStyleBody. #18
    • โž• Added step counter row, XLFormRowDescriptorTypeStepCounter.
    • โž• Added initWithCoder initializer to XLFormViewController. #32.
    • โž• Added a convenience method to deselect a XLFormRowDescriptor. -(void)deselectFormRow:(XLFormRowDescriptor *)row;. #33.