Releases: bcylin/QuickTableViewController
Releases · bcylin/QuickTableViewController
v0.6.0
Breaking
- Deprecate the customization using table view
register(_:forCellReuseIdentifier:)
- Move the
tableView
configuration fromloadView()
toviewDidLoad()
Enhancements
- Specify table view cell types to rows during initialization
- Separate
RowStyle
from the originalRow
protocol - Add an additional cell customization
((UITableViewCell, Row & RowStyle) -> Void)?
for each row
Project Updates
- CocoaPods 1.3.0
v0.5.3
Fixes
- Fix the cell reuse identifier of
SwitchRow
andTapActionRow
to be compatible with0.5.x
- https://github.com/bcylin/QuickTableViewController/blob/develop/CHANGELOG.md#v053
v0.5.2
v0.5.1
v0.5.0
v0.4.0
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
v0.2.0
Breaking
- Swift 2
Enhancements
Row
andSubtitle
now conform toEquatable
- 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