Latest | 1.0.1 |
---|---|
Homepage | https://github.com/deepdevelop/DDCalendarPicker |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | RBBorderView |
Authors |
DDCalendarPicker can be used to select mutiple days.
Installation
CocoaPods
pod 'DDCalendarPicker'
Usage
You can use directly in Storyboard or use code to create
DDCalendarPicker *picker = [[DDCalendarPicker alloc] initWithFrame:frame];
[picker setupMutipleDays:@[@4, @8, @20, @100] defaultChoose:0];
[self.view addSubview:picker];
Dependency
- RBBorderView
Author
EscapedDog, [email protected]
License
DDCalendarPicker is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DDCalendarPicker", "version": "1.0.1", "summary": "Mutiple selectable calendar picker", "description": "DDCalendarPicker can be used to select mutiple days", "homepage": "https://github.com/deepdevelop/DDCalendarPicker", "license": "MIT", "authors": { "EscapedDog": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/deepdevelop/DDCalendarPicker.git", "tag": "1.0.1" }, "source_files": "DDCalendarPicker/*.{h,m}", "requires_arc": true, "dependencies": { "RBBorderView": [] } }
Fri, 04 Mar 2016 18:08:06 +0000