QuickTableViewController v0.6.0 Release Notes

  • ๐Ÿ’ฅ Breaking

    • ๐Ÿ—„ Deprecate the customization using table view register(_:forCellReuseIdentifier:)
    • ๐Ÿ”ง Move the tableView configuration from loadView() to viewDidLoad()

    โœจ Enhancements

    • Specify table view cell types to rows during initialization
    • ๐Ÿ’… Separate RowStyle from the original Row protocol
    • โž• Add an additional cell customization ((UITableViewCell, Row & RowStyle) -> Void)? for each row #8

    โšก๏ธ Project Updates

    • CocoaPods 1.3.0