AMBTableViewController Versions Save

Storyboard and Prototype Cells-centric block-based UITableView controller to manage complex layouts.

1.2.1

6 years ago

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

1.2.0

9 years ago
  • 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

9 years ago
  • 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

9 years ago
  • 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.