๐ Inline/Expanding date picker for table views.
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' endDatePickerCell can also be used with Carthage. To install it, add it to your Cartfile:
github "DylanVann/DatePickerCell" ~> 1.0 See the included example (ViewController.swift) for usage.
Documentation is on CocoaDocs.
