DatePickerCell
安装
CocoaPods
DatePickerCell 通过 CocoaPods 提供。要安装它,请将其添加到您的 Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target 'MyApp' do
pod 'DatePickerCell', '~> 1.0'
end
Carthage
DatePickerCell 还可以与 Carthage 一起使用。要安装它,请将其添加到您的 Cartfile
github "DylanVann/DatePickerCell" ~> 1.0
用法
请参阅包含的示例(ViewController.swift
)了解用法。
文档
文档位于 CocoaDocs。