Releases: iZettle/Form
Releases · iZettle/Form
Form v1.7.0
- Adds new
HeaderFooterReusable
protocol to allow providing separateReusable
types for rendering a section's header and footer. - Adds letter spacing and line height to
TextStyle
. - Adds target offset to
willEndDragging
signal ofScrollViewDelegate
. - Adds will display cell signal to
CollectionViewDelegate
.
Form v1.6.3
- Performance. Added custom
count
implementation forTableSection
to improve performance of e.g.Table.isValidIndex
that might be called a lot for large tables.
Form v1.6.2
- Bugfix: Setting
table
directly onTableKit
orCollectionKit
did 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
TextFieldDelegate
similar toScrollViewDelegate
and friends. - Added
UITextField
andUIScrollView
install()
delegate helpers. - Added remaining methods to
ScrollViewDelegete
. - Added
GestureRecognizerDelegate
. - Fixed a bug in
UIScrollView.adjustContentOffset
for scrollviews with a non-zeroframe.origin.y
.
Form v1.3.3
- Bugfix: Remove hardcoded value used for determing smallest resizable image size causing not smooth borders of rounded images
- Bugfix: Fix a bug where highligted segment turns gray if it's also selected
- Bugfix: Add extra space to the resizable image rect to prevent the border taking the whole image
Form v1.3.2
- Bugfix: Fixed issue where update indices in
TableChange
andChangeStep
were specified in the new array rather than the original array - Bugfix: Fixed crash in
UICollectionView
when animating section and row changes at the same time - Bugfix: Make sure
[animated keyPath:]
is animated with.allowUserInteraction
- Updated Flow dependency to 1.3.0