Releases: ca-archived/AMBTableViewController
Releases · ca-archived/AMBTableViewController
1.2.1
1.2.0
heightForCellWithIdentifier
->heightForResizableCellWithIdentifier
and supportUITextView
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
- 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
- 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.