CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.

DatePickerCell 1.0.9

DatePickerCell 1.0.9

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2019
SPMSupports SPM

Maintained by Dylan Vann.




  • By
  • Dylan Vann

DatePickerCell

📅 Inline/Expanding date picker for table views.

CocoaPods Carthage compatible license


[slow motion]

Installation

CocoaPods

DatePickerCell is available through CocoaPods. To install it, add it to your Podfile:

source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! target 'MyApp' do pod 'DatePickerCell', '~> 1.0' end

Carthage

DatePickerCell can also be used with Carthage. To install it, add it to your Cartfile:

github "DylanVann/DatePickerCell" ~> 1.0 

Usage

See the included example (ViewController.swift) for usage.

Documentation

Documentation is on CocoaDocs.