Skip to content

Releases: Morbix/TableManager

1.11.0

16 Nov 12:55
Compare
Choose a tag to compare

Release 1.8.0

19 Jun 14:25
Compare
Choose a tag to compare

1.8.0

Custom Actions

  • Add Custom Actions on Swipe of UITableViewCell

Release 1.7.4

08 Feb 11:18
Compare
Choose a tag to compare

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

11 Jan 17:18
Compare
Choose a tag to compare

1.7.0

New Feature

  • Support to IndexTitles feature

ADD

  • setIndexTitle to make a title indexable

Release 1.6.4

04 Jan 19:47
Compare
Choose a tag to compare

FIX

  • getHeight returns zero if the visibility of Row is false

Release 1.6.3

04 Jan 17:57
Compare
Choose a tag to compare

ADD

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

Release 1.6.2

03 Jan 16:13
Compare
Choose a tag to compare

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

21 Dec 13:18
Compare
Choose a tag to compare
  • Changes:
    • Added Method Chaining support;
    • Added Swiftlint;
    • Added SpaceRow type;

Swift 3 Conversion

21 Dec 13:22
Compare
Choose a tag to compare