Skip to content

Releases: ca-archived/AMBTableViewController

1.2.1

02 Oct 20:55
Compare
Choose a tag to compare

• Fix warnings.
• Xcode 9 and iOS 11 compatibility.

1.2.0

15 Oct 06:05
Compare
Choose a tag to compare
  • heightForCellWithIdentifier -> heightForResizableCellWithIdentifier and support UITextView objects.
  • Support enclosed applyChanges:withAnimation: calls where the outer call overrides all animations.
  • Fix crashes when modifying objects of a hidden section.

1.1.0

30 Sep 02:39
Compare
Choose a tag to compare
  • Configurable reload/insert/remove section/rows animations.
  • Allow executing a block while temporarily overriding default animations.
  • New sectionTitleBlock.
  • New methods to move objects (rows) inside sections.
  • Support iOS 8 and iPhone 6/6Plus.

1.0.0

28 Aug 02:30
Compare
Choose a tag to compare
  • Use Storyboards' Prototype Cells to design your cells.
  • Separate table code with AMBTableViewSection's.
  • Use blocks instead of delegate calls and avoid having section code separated through multiple methods.
  • Individual hide/shown, add/remove sections and rows.
  • Support for dynamic height cells.
  • Support for special "No Content Cell"'s for empty sections.