Skip to content

Releases: bcylin/QuickTableViewController

v0.6.0

Choose a tag to compare

@bcylin bcylin released this 08 Aug 12:23

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

Choose a tag to compare

@bcylin bcylin released this 24 Apr 19:58

Fixes

v0.5.2

Choose a tag to compare

@bcylin bcylin released this 14 Apr 10:32

Enhancements

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

v0.5.1

Choose a tag to compare

@bcylin bcylin released this 08 Oct 08:06

Enhancements

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

v0.5.0

Choose a tag to compare

@bcylin bcylin released this 05 Oct 14:23

Breaking

  • Swift 3

Project Updates

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

v0.4.0

Choose a tag to compare

@bcylin bcylin released this 20 Sep 13:41

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

Choose a tag to compare

@bcylin bcylin released this 10 Jun 16:45

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

Choose a tag to compare

@bcylin bcylin released this 06 Jan 17:12

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

Choose a tag to compare

@bcylin bcylin released this 19 Oct 14:40

Fixes

  • Change the deployment target from iOS 8.4 to 8.0

v0.1.0

Choose a tag to compare

@bcylin bcylin released this 08 Sep 16:18
  • Initial release written in Swift 1.2
  • Basic layout:
    • Section
    • NavigationRow with Subtitle
    • SwitchRow
    • TapActionRow