测试测试 | ✗ |
Lang语言 | SwiftSwift |
许可 | MIT |
发布最新发布 | 2017年2月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 所有者 维护。
.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 在 MIT 许可下可用。查看 LICENSE 文件以获取更多信息。