Commit Graph
46 Commits
Author SHA1 Message Date
Borba 8171cf11b5 change formDescriptorCellHeightForRowDescriptor class method to instance method
add DynamicTextView cell type
2015-03-19 15:27:32 -03:00
Borba 2c7808dd9d bitwise operator fix. 2015-03-16 18:11:44 -03:00
Borba 1f4b4138fd Merge from master, update example podfile 2015-03-16 17:40:27 -03:00
Borba 54ffe00c5c Merge remote-tracking branch 'upstream/master' into CustomRows-FloatLabeledTextFieldCell 2015-03-16 17:30:14 -03:00
Martin Barreto 2efcb4d757 clean up inputAccessoryView code 2015-03-16 17:11:55 -03:00
Borba b8868af9cf add Float Labeled Text Field Cell 2015-03-16 17:03:24 -03:00
Borba cec924b7de XLFormBaseCell, configure method is now being called when it's loaded from nib 2015-03-12 16:28:03 -03:00
Borba 4e678a4da0 update stars color 2015-03-12 13:57:31 -03:00
Borba 0abdf8588a add weekday cell and rate cell 2015-03-12 12:20:41 -03:00
Martin Barreto 0675ee9211 swift example added. Example folders rearrange. 2015-03-10 23:38:17 -03:00
Martin Barreto 4572fc62ab remove kText constant. 2015-03-07 23:45:44 -02:00
Martin Barreto 6ced5d1c02 fix #206. 2015-03-07 16:01:47 -02:00
Martin Barreto b90687c47c validation example added. 2015-03-07 00:40:07 -02:00
Martin Barreto bbe0516d47 Ability to configure a storyboardId or a viewController nibName to be used by button and selector rows. 2015-02-06 22:18:33 -02:00
Martin Barreto f63bf7bc36 Segue support added to buttons and selectors. 2015-02-05 18:07:40 -02:00
Martin Barreto 6932e0666c Bug fixes. Delete unused code. Added an example showing how to configure date rows. 2015-02-03 17:52:12 -02:00
Martin Barreto 4ccd6b8295 Button selection can be handled using a selector or block. Added some examples. 2014-10-08 15:55:51 -02:00
Martin Barreto 721c58dded Now XLFormViewController extends from UIViewController instead of UITableViewController.
Added tableView property as a XLFormViewController IBOutlet.
2014-10-07 17:10:31 -02:00
Tobias Hagemann 14aaf8545a - Fixed XLFormImageSelectorCell KVO crash bug.
- Changed XLFormTextViewCell's value behavior so that an empty value equals nil (similar to XLFormTextFieldCell).
2014-08-25 16:29:21 +02:00
Martin Barreto 1f31c6a7cd iOS 8 support. 2014-08-23 19:02:36 -03:00
Felix Wehnert e7f99e7856 added Slider 2014-08-20 01:04:59 +02:00
Felix Wehnert 8532bfc35b added decimalPad to input options 2014-08-18 10:31:05 +02:00
Martin Barreto 481f34bef9 UICustomization example added.
Update readme.
2014-08-12 00:43:36 -03:00
Martin Barreto 4cae88e4fb Added XLFormValidator, base clase for validators, it performs XLFormValidatorProtocol.
+emailValidator convenience method added. It returns a XLFormRegexValidator instance set up accordingly. 
Email validator is shown in Text Fields example.
2014-08-11 00:19:04 -03:00
Martin Barreto cf234ae747 XLFormRowDescriptorTypeInfo row added.
Update example app showing the new row type.
2014-08-10 23:10:19 -03:00
Martin Barreto 20a7031b27 -XLFormRowDescriptorTypeMultipleSelectorPopover, XLFormRowDescriptorTypeSelectorPopover added.
-Migrated to Universal project, now we can run the examples on an iPad. 
-Added new row types examples.
2014-08-08 02:18:35 -03:00
Martin Barreto fd779a5b53 move all cells initialization to - (void)configure; method. 2014-06-21 18:19:19 -03:00
Martin Barreto 6225f1d79b multiple selector examples using NSValueTransformer 2014-06-21 17:08:28 -03:00
Martin Barreto e9f2d48743 update doc. 2014-06-20 14:39:42 -03:00
Martin Barreto fbc73abada Add another custom selector example (XLFormRowDescriptorViewController). Added valueTransformer XLFormRowDescriptor property. 2014-06-19 20:18:22 -03:00
Martin Barreto 04a2fbb247 doc update.
typos fixes.
2014-06-18 20:21:13 -03:00
Martin Barreto c5066c8116 Added generic way to create inline selector rows.
Inline picker view selector added.
Picker selector added.
Updated selectors examples.
2014-06-15 14:29:32 -03:00
Martin Barreto 9099c288f2 Multiple Selection row added. 2014-06-12 21:33:20 -03:00
Gastón Borba 44aa683391 Add Segmented Control 2014-06-04 11:55:48 -03:00
Martin Barreto a7a9c40174 doc updated. 2014-05-28 00:27:09 -03:00
Martin Barreto 3dc99b049c added XLFormRowDescriptorTypeSelectorPickerView row type. 2014-05-28 00:07:32 -03:00
Martin Barreto 8c779b127e AfNetworking dependency removed.
Added Dynamic selector example.
2014-05-27 01:21:30 -03:00
Martin Barreto cfe7ac518f deselectFormRow helper added. Example with button added. 2014-05-18 22:00:19 -03:00
Martin Barreto bf57988842 XLFormViewController initWithCoder initializer added. 2014-05-17 13:37:05 -03:00
shams-ahmed d1add4e676 updated readme, grammer check, minor wording changes 2014-05-08 17:17:55 +01:00
shams-ahmed 378e677cfe added UIStepper cell to standard list 2014-05-08 16:55:44 +01:00
shams-ahmed 1b99511bb3 updated custom cell with suggestions, added new readme section 2014-05-01 18:20:24 +01:00
shams-ahmed 7ef6b319a3 added custom cell support 2014-05-01 12:59:44 +01:00
Martin Barreto 62dd147e79 Add Storyboard example. Polish code. 2014-04-27 19:50:14 -03:00
Gaston Borba f0d2f8efc6 Fix-bug #2 2014-04-14 18:49:48 -03:00
Martin Barreto cd2101b889 v1.0.0 2014-04-09 17:21:54 -03:00