Skip to content

Releases: bcylin/QuickTableViewController

v.1.3.0

05 Oct 23:19
11f085d
Compare
Choose a tag to compare
  • Use SF Symbols as icon images, #41 by @ezfe
  • Make init(style:) a designated initializer
  • Add an option to override table view for style configuration, #74 by @Tobisaninfo
  • Set IPHONEOS_DEPLOYMENT_TARGET to 9.0

v1.2.4

02 Jul 22:13
f2a8120
Compare
Choose a tag to compare
  • Fix an issue where the same identifier is used for different cell types #50

v1.2.3

23 Jun 21:23
3ac01fb
Compare
Choose a tag to compare
  • Fix Swift version in podspec

v.1.2.2

07 Jun 17:46
89894d0
Compare
Choose a tag to compare

Fixes

Project Updates

  • Add an example of dynamic table, #42 by @twodayslate
  • Convert specs to XCTests
  • Move tests to GitHub Actions

v1.2.1

02 Dec 19:50
70ec82d
Compare
Choose a tag to compare
  • Support Swift Package

v1.2.0

14 Jun 22:10
d4be7bb
Compare
Choose a tag to compare

v1.1.1

06 May 16:37
b344c30
Compare
Choose a tag to compare
  • Fix the animated OptionRow deselection
  • Invoke accessoryButtonAction asynchronously to match the behaviour of row action
  • Remove ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES from build settings

v1.1.0

06 Jan 14:57
Compare
Choose a tag to compare

Enhancements

  • Swift 4.2, #20 by @getaaron and #28 by @mttcrsp
  • tvOS UI tests, #27 by @FraDeliro
  • Subtitle is deprecated and will be removed in v2.0.0
  • Rename Row's title and subtitle to text and detail text to align with UITableViewCell's naming
  • Enable detailText in OptionRow and SwitchRow
  • Add accessoryButtonAction to NavigationRow

v1.0.0

19 Sep 19:35
Compare
Choose a tag to compare

Enhancements

  • Support tvOS

v0.9.1

17 Apr 15:53
Compare
Choose a tag to compare

Fixes

  • Fix the property setter in RadioSection and change Row to a class protocol, #14 by @z3bi