This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Releases: iZettle/Form
Releases · iZettle/Form
Release list
Form v1.8.0
Form v1.7.1
- Bugfix: Fix UILabel styling bug when a styled label's text is set to nil and then updating its value does nothing.
Form v1.7.0
- Adds new
HeaderFooterReusableprotocol to allow providing separateReusabletypes for rendering a section's header and footer. - Adds letter spacing and line height to
TextStyle. - Adds target offset to
willEndDraggingsignal ofScrollViewDelegate. - Adds will display cell signal to
CollectionViewDelegate.
Form v1.6.3
- Performance. Added custom
countimplementation forTableSectionto improve performance of e.g.Table.isValidIndexthat might be called a lot for large tables.
Form v1.6.2
- Bugfix: Setting
tabledirectly onTableKitorCollectionKitdid not reload the view correctly with the updated table.
Form v1.6.1
- Bugfix: Fix layout problem caused by pinning a view to UITransitionView that is no longer shown on iOS 9/10
- Bugfix: Activate constraints before calls to layoutIfNeeded to prevent crashes on iOS 9/10 when embedding views in a scrollView
Form v1.6.0
- Add sizeForItemAt for CollectionViewDelegate
- Bugfix: Fix table view cells reorder control position to respect insets
Form v1.5.0
- Add optional preferred minimum size to ButtonStyle
Form v1.4.1
- Fixes related to UITableViewCell styling.
- Revert a change that caused bug in Form insets.
Form v1.4.0
- Added
TextFieldDelegatesimilar toScrollViewDelegateand friends. - Added
UITextFieldandUIScrollViewinstall()delegate helpers. - Added remaining methods to
ScrollViewDelegete. - Added
GestureRecognizerDelegate. - Fixed a bug in
UIScrollView.adjustContentOffsetfor scrollviews with a non-zeroframe.origin.y.