All Projects → DylanVann → Datepickercell

DylanVann / Datepickercell

Licence: mit
📅 Inline/Expanding date picker for table views.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Datepickercell

Pinlayout
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
Stars: ✭ 1,870 (+493.65%)
Mutual labels:  carthage, cocoapod
Datepicker
A Date Picker with Calendar for iPhone and iPad Apps.
Stars: ✭ 103 (-67.3%)
Mutual labels:  cocoapod, datepicker
Fusuma
Instagram-like photo browser and a camera feature with a few line of code in Swift.
Stars: ✭ 2,434 (+672.7%)
Mutual labels:  carthage, cocoapod
Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (-86.67%)
Mutual labels:  carthage, cocoapod
iOSProjects
It's project that contains different applications developed with Swift 5.7 👨‍💻👩🏼‍💻🧑🏿‍💻
Stars: ✭ 122 (-61.27%)
Mutual labels:  carthage, datepicker
Kyshutterbutton
KYShutterButton is a custom button that is similar to the shutter button of the camera app
Stars: ✭ 293 (-6.98%)
Mutual labels:  carthage
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+910.16%)
Mutual labels:  carthage
Vulcan
Multi image downloader with priority in Swift
Stars: ✭ 291 (-7.62%)
Mutual labels:  carthage
Swiftprogresshud
📦 SwiftProgressHUD is a user-friendly pure swift HUD. 支持Cocoapods 及 Carthage
Stars: ✭ 290 (-7.94%)
Mutual labels:  carthage
Misterfusion
MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.
Stars: ✭ 314 (-0.32%)
Mutual labels:  carthage
Ioniconskit
Use Ionicons in your Swift projects.
Stars: ✭ 310 (-1.59%)
Mutual labels:  carthage
Pickerjs
⚠️ [Deprecated] No longer maintained. JavaScript date time picker.
Stars: ✭ 299 (-5.08%)
Mutual labels:  datepicker
Flutter Cupertino Date Picker
Flutter cupertino style date picker.
Stars: ✭ 293 (-6.98%)
Mutual labels:  datepicker
Functionkit
A framework for functional types and operations designed to fit naturally into Swift.
Stars: ✭ 302 (-4.13%)
Mutual labels:  carthage
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (-6.98%)
Mutual labels:  carthage
Eachnavigationbar
A custom navigation bar for each view controller.
Stars: ✭ 314 (-0.32%)
Mutual labels:  carthage
Imageloaderswift
A lightweight and fast image loader for iOS written in Swift.
Stars: ✭ 290 (-7.94%)
Mutual labels:  carthage
Anyformatkit
Simple text formatting in Swift
Stars: ✭ 296 (-6.03%)
Mutual labels:  carthage
Xlactioncontroller
Fully customizable and extensible action sheet controller written in Swift
Stars: ✭ 3,228 (+924.76%)
Mutual labels:  carthage
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (-6.35%)
Mutual labels:  carthage

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].