QuickTableViewController v0.2.0 Release Notes

  • ๐Ÿ’ฅ Breaking

    • Swift 2.0

    โœจ Enhancements

    • Row and Subtitle now conform to Equatable
    • Specify table view cell images with Icon, which includes highlighted image
    • Separate self.view from self.tableView in QuickTableViewController

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix the access control on the overridden initializer

    โšก๏ธ Project Updates

    • โœ… Run tests on Travis CI
    • ๐Ÿ‘• Clean up syntax with SwiftLint