TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Feb 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by owner.
.ymd | .ym | .md |
---|---|---|
![]() | ![]() | ![]() |
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = MSDatePickerCell(style: .ymd) { (date: Date) in
// Do Something
}
return cell
}
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return MSDatePickerCell.preferredHeight()
}
MSDatePickerCell is available under the MIT license. See the LICENSE file for more info.