Skip to content

DylanVann/DatePickerCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

67 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.