Releases: xmartlabs/XLForm
Releases · xmartlabs/XLForm
4.3.0
4.2.0
4.1.0
4.0.1
- Memory improvements and fixes.
- Other minor fixes
Xcode 9 compatible.
• Bug fixes and stability improvements.
• Deployment target changed to 9.0
3.3.0
- Added
cellConfigForSelector
to style XLFormOptionsViewController - Added properties to limit number of characters in
XLFormTextFieldCell
andXLFormTextViewCell
- Minor fixes
3.2.0
- 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
- Update row in cellForRowAtIndexPath instead of willDisplayCell
- Added cancel action to image selector (by koenpunt)
- Other minor fixes
3.1.1
- 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
- Added Carthage support
- Added NSCoding protocol
- Allowed HTTP connections
- Several bugfixes and improvements.