Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Releases: iZettle/Form

Form v1.8.0

Choose a tag to compare

@niil-ohlin niil-ohlin released this 04 Apr 12:16
  • Migrate to Swift 5

Form v1.7.1

Choose a tag to compare

@nataliq nataliq released this 20 Mar 15:30
bb82c11
  • 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

Choose a tag to compare

@nataliq nataliq released this 20 Mar 15:20
c31c4e2
  • Adds new HeaderFooterReusable protocol to allow providing separate Reusable types for rendering a section's header and footer.
  • Adds letter spacing and line height to TextStyle.
  • Adds target offset to willEndDragging signal of ScrollViewDelegate.
  • Adds will display cell signal to CollectionViewDelegate.

Form v1.6.3

Choose a tag to compare

@mansbernhardt mansbernhardt released this 25 Feb 14:05
5a514de
  • Performance. Added custom count implementation for TableSection to improve performance of e.g. Table.isValidIndex that might be called a lot for large tables.

Form v1.6.2

Choose a tag to compare

@mansbernhardt mansbernhardt released this 22 Feb 09:15
c78d248
  • Bugfix: Setting table directly on TableKit or CollectionKit did not reload the view correctly with the updated table.

Form v1.6.1

Choose a tag to compare

@nataliq nataliq released this 29 Jan 17:42
8e202c2
  • 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

Choose a tag to compare

@niil-ohlin niil-ohlin released this 22 Jan 12:01
  • Add sizeForItemAt for CollectionViewDelegate
  • Bugfix: Fix table view cells reorder control position to respect insets

Form v1.5.0

Choose a tag to compare

@nataliq nataliq released this 21 Nov 10:16
16f2878
  • Add optional preferred minimum size to ButtonStyle

Form v1.4.1

Choose a tag to compare

@mayur8657 mayur8657 released this 09 Nov 13:03
4c3563e
  • Fixes related to UITableViewCell styling.
  • Revert a change that caused bug in Form insets.

Form v1.4.0

Choose a tag to compare

@mansbernhardt mansbernhardt released this 27 Oct 09:47
fcf2aac
  • Added TextFieldDelegate similar to ScrollViewDelegate and friends.
  • Added UITextField and UIScrollView install() delegate helpers.
  • Added remaining methods to ScrollViewDelegete.
  • Added GestureRecognizerDelegate.
  • Fixed a bug in UIScrollView.adjustContentOffset for scrollviews with a non-zero frame.origin.y.