Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dylanvann/datepickercell

📅 Inline/Expanding date picker for table views.
https://github.com/dylanvann/datepickercell

carthage cocoapod datepicker ios swift

Last synced: 13 days ago
JSON representation

📅 Inline/Expanding date picker for table views.

Awesome Lists containing this project

README

        

# DatePickerCell

📅 Inline/Expanding date picker for table views.

[![CocoaPods](https://img.shields.io/cocoapods/v/DatePickerCell.svg?style=flat-square)](https://cocoapods.org/pods/DatePickerCell)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat-square)](https://github.com/Carthage/Carthage)
[![license](https://img.shields.io/github/license/DylanVann/DatePickerCell.svg?style=flat-square)](https://github.com/DylanVann/DatePickerCell/blob/master/LICENSE)





[slow motion]

## Installation

### CocoaPods

DatePickerCell is available through [CocoaPods](http://cocoapods.org). To install
it, add it to your `Podfile`:

```ruby
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](https://github.com/Carthage/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](http://cocoadocs.org/docsets/DatePickerCell).