QuickTableViewController v0.9.0 Release Notes

Release Date: 2018-04-05 // almost 6 years ago
  • ๐Ÿ’ฅ Breaking

    ๐Ÿš€ Change the Icon type (since v0.2.0) from struct to enum:

    enum Icon { case named(String) case image(UIImage) case images(normal: UIImage, highlighted: UIImage) }
    

    ๐Ÿš€ Rename the protocols (introduced in v0.8.1) that define specific rows regardless of their associated cell types:

    • NavigationRowCompatible
    • OptionSelectable โ†’ OptionRowCompatible
    • Switchable โ†’ SwitchRowCompatible
    • Tappable โ†’ TapActionRowCompatible