Skip to content

Releases: bcylin/QuickTableViewController

v0.6.0

08 Aug 12:23
Compare
Choose a tag to compare

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

Project Updates

  • CocoaPods 1.3.0

v0.5.3

24 Apr 19:58
Compare
Choose a tag to compare

Fixes

v0.5.2

14 Apr 10:32
Compare
Choose a tag to compare

Enhancements

  • Xcode 8.3
  • Make the image name and highlighted image name of Icon public readonly

v0.5.1

08 Oct 08:06
Compare
Choose a tag to compare

Enhancements

  • Specify table view cell reuse identifier for each type of row
  • Update Swift syntax

v0.5.0

05 Oct 14:23
Compare
Choose a tag to compare

Breaking

  • Swift 3

Project Updates

  • Auto generated docs
  • Move the example to the project root directory

v0.4.0

20 Sep 13:41
Compare
Choose a tag to compare

Enhancements

  • Swift 2.3
  • Improved documentation
  • Make the images of Icon readonly

Project Updates

  • CocoaPods 1.1.0.rc.2
  • Run tests with fastlane scan
  • Integrate with danger.systems

v0.3.0

10 Jun 16:45
Compare
Choose a tag to compare

Enhancements

  • Swift 2.2
  • SwitchRow now conforms to IconEnabled (#2, #4). Thanks to @drinkius.

Project Updates

  • CocoaPods 1.0.1
  • Calculate code coverage
  • SwiftLint with Hound CI

v0.2.0

06 Jan 17:12
Compare
Choose a tag to compare

Breaking

  • Swift 2

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

v0.1.1

19 Oct 14:40
Compare
Choose a tag to compare

Fixes

  • Change the deployment target from iOS 8.4 to 8.0

v0.1.0

08 Sep 16:18
Compare
Choose a tag to compare
  • Initial release written in Swift 1.2
  • Basic layout:
    • Section
    • NavigationRow with Subtitle
    • SwitchRow
    • TapActionRow