- Fix the cell reuse identifier of
SwitchRow
andTapActionRow
to be compatible with0.5.x
Cell Reuse identifier | SwitchRow | TapActionRow |
---|---|---|
<= 0.5.0 |
NSStringFromClass(SwitchRow.self) |
NSStringFromClass(TapActionRow.self) |
== 0.5.1 |
String(describing: SwitchRow.self) |
String(describing: TapActionRow.self) |
== 0.5.2 |
String(describing: SwitchRow.self) |
String(describing: TapActionRow.self) |
== 0.5.3 |
NSStringFromClass(SwitchRow.self) |
NSStringFromClass(TapActionRow.self) |
- Xcode 8.3
- Make the image name and highlighted image name of
Icon
public readonly
- Specify table view cell reuse identifier on each type of row
- Update Swift syntax
- Swift 3.0
- Swift 2.3
- Improved documentation
- Make the images of
Icon
readonly
- Swift 2.2
- Both
NavigationRow
andSwitchRow
conform toIconEnabled
.
- Swift 2.0
Row
andSubtitle
now conform toEquatable
- Specify table view cell images with
Icon
, which includes highlighted image - Separate self.view from self.tableView in QuickTableViewController
- Fix the access control on the overridden initializer
- Change the deployment target from iOS 8.4 to 8.0
- Initial release written in Swift 1.2
- Basic layout:
Section
NavigationRow
withSubtitle
SwitchRow
TapActionRow