Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dylanvann/datepickercell
- Owner: DylanVann
- License: mit
- Created: 2014-10-25T22:21:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T19:34:54.000Z (over 5 years ago)
- Last Synced: 2024-10-14T10:19:09.856Z (26 days ago)
- Topics: carthage, cocoapod, datepicker, ios, swift
- Language: Swift
- Homepage:
- Size: 85.9 KB
- Stars: 329
- Watchers: 14
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).