DDCalendarPicker can be used to select mutiple days.
####CocoaPods
pod 'DDCalendarPicker'
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];
- RBBorderView
EscapedDog, snowmoonking@gmail.com
DDCalendarPicker is available under the MIT license. See the LICENSE file for more info.