Releases: bcylin/QuickTableViewController
Releases · bcylin/QuickTableViewController
v.1.3.0
v1.2.4
v1.2.3
v.1.2.2
Fixes
- Fix
SwitchRow
subtitles, #45 by @dnicolson
Project Updates
- Add an example of dynamic table, #42 by @twodayslate
- Convert specs to XCTests
- Move tests to GitHub Actions
v1.2.1
v1.2.0
v1.1.1
v1.1.0
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 withUITableViewCell
's naming - Enable detailText in
OptionRow
andSwitchRow
- Add accessoryButtonAction to
NavigationRow