Releases: bcylin/QuickTableViewController
Releases · bcylin/QuickTableViewController
v0.6.0
Compare
Sorry, something went wrong.
No results found
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
v0.5.3
Compare
Sorry, something went wrong.
No results found
bcylin
released this
24 Apr 19:58
v0.5.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
bcylin
released this
05 Oct 14:23
Breaking
Project Updates
Auto generated docs
Move the example to the project root directory
v0.4.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
bcylin
released this
06 Jan 17:12
Breaking
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
Compare
Sorry, something went wrong.
No results found
bcylin
released this
19 Oct 14:40
Fixes
Change the deployment target from iOS 8.4 to 8.0
v0.1.0
Compare
Sorry, something went wrong.
No results found
bcylin
released this
08 Sep 16:18
Initial release written in Swift 1.2
Basic layout:
Section
NavigationRow with Subtitle
SwitchRow
TapActionRow