Skip to content

Releases: iZettle/Form

Form v1.7.0

20 Mar 15:20
c31c4e2
Compare
Choose a tag to compare
  • 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

25 Feb 14:05
5a514de
Compare
Choose a tag to compare
  • 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

22 Feb 09:15
c78d248
Compare
Choose a tag to compare
  • Bugfix: Setting table directly on TableKit or CollectionKit did not reload the view correctly with the updated table.

Form v1.6.1

29 Jan 17:42
8e202c2
Compare
Choose a tag to compare
  • 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

22 Jan 12:01
Compare
Choose a tag to compare
  • Add sizeForItemAt for CollectionViewDelegate
  • Bugfix: Fix table view cells reorder control position to respect insets

Form v1.5.0

21 Nov 10:16
16f2878
Compare
Choose a tag to compare
  • Add optional preferred minimum size to ButtonStyle

Form v1.4.1

09 Nov 13:03
4c3563e
Compare
Choose a tag to compare
  • Fixes related to UITableViewCell styling.
  • Revert a change that caused bug in Form insets.

Form v1.4.0

27 Oct 09:47
fcf2aac
Compare
Choose a tag to compare
  • 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.

Form v1.3.3

16 Oct 16:18
96dfef9
Compare
Choose a tag to compare
  • 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

02 Oct 13:02
1084233
Compare
Choose a tag to compare
  • Bugfix: Fixed issue where update indices in TableChange and ChangeStep 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