TableKit v2.1.0 Release Notes

  • 🚀 Released on 2016-10-19.

    • 🗄 action method was deprecated on TableRow. Use on instead.
    • 👌 Support multiple actions with same type on row.
    • 🏗 You could now build your own cell height calculating strategy. See [TablePrototypeCellHeightCalculator](Sources/TablePrototypeCellHeightCalculator.swift).
    • 👀 Default distance between sections changed to UITableViewAutomaticDimension. You can customize it, see [TableSection](Sources/TableSection.swift)