OKTableViewLiaison v2.0.0 Release Notes

Release Date: 2018-05-31 // almost 6 years ago
  • โšก๏ธ First MAJOR update to the OKTableViewLiaison!
    ๐Ÿ”„ CHANGE LOG:

    OKTableViewSection<Header: UITableViewHeaderFooterView, Footer: UITableViewHeaderFooterView, Model> has changed to simply OKTableViewSection.

    OKTableViewSectionSupplementaryViewDisplayOption has changed to OKTableViewSectionComponentDisplayOption, and now holds OKTableViewSectionComponent<View: UITableViewHeaderFooterView, Model> as associated values.

    ๐Ÿ”ง OKTableViewSectionComponent<View: UITableViewHeaderFooterView, Model>, is similar to OKTableViewRow<Cell: UITableViewCell, Model>. It's the type used to create/configure header/footer views for your sections.

    ๐Ÿ”ง Estimated Height configuration has been added for UITableViewHeaderFooterView.
    ๐Ÿšš OKPlainTableViewSection has been removed.

    OKTableViewLiaison implements a new insert(sections: [OKTableViewSection], startingAt index: Int) function.