DylanVann / DatePickerCell

πŸ“… Inline/Expanding date picker for table views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸ“… Inline/Expanding date picker for table views.

License:MIT License


Languages

Language:Swift 96.1%Language:Ruby 3.2%Language:Objective-C 0.8%