Skip to content

Releases: Morbix/TableManager

1.11.0

Choose a tag to compare

@Morbix Morbix released this 16 Nov 12:55

Release 1.8.0

Choose a tag to compare

@CristianDRM CristianDRM released this 19 Jun 14:25

1.8.0

Custom Actions

  • Add Custom Actions on Swipe of UITableViewCell

Release 1.7.4

Choose a tag to compare

@CristianDRM CristianDRM released this 08 Feb 11:18

1.7.4

Fix

  • Stop adding new row when there is not find any row at index path:
    function: row(atIndex index: Int, includeAll: Bool = false)
    class: Section

Release 1.7.0

Choose a tag to compare

@CristianDRM CristianDRM released this 11 Jan 17:18

1.7.0

New Feature

  • Support to IndexTitles feature

ADD

  • setIndexTitle to make a title indexable

Release 1.6.4

Choose a tag to compare

@CristianDRM CristianDRM released this 04 Jan 19:47

FIX

  • getHeight returns zero if the visibility of Row is false

Release 1.6.3

Choose a tag to compare

@CristianDRM CristianDRM released this 04 Jan 17:57

ADD

  • setHeightAutomatic in Row to set the Height of row to be automatic.

Release 1.6.2

Choose a tag to compare

@Morbix Morbix released this 03 Jan 16:13

ADD

  • getHeight to get the calculated height of the cell;
  • setVisible in Row/Section with support to method chaining;

FIX

  • selectionStyle of SpaceRow;
  • indexPath parameter in HeightForRow closure;

Release 1.6.1

Choose a tag to compare

@Morbix Morbix released this 21 Dec 13:18
  • Changes:
    • Added Method Chaining support;
    • Added Swiftlint;
    • Added SpaceRow type;

Swift 3 Conversion

Choose a tag to compare

@Morbix Morbix released this 21 Dec 13:22
1.5.1