Multiple Selection

Use `allowsMultipleSelection` to enable this feature
This commit is contained in:
dingwenchao
2015-09-09 09:59:36 +08:00
parent a6b91c443a
commit 8bbc309c35
14 changed files with 287 additions and 99 deletions
+17
View File
@@ -0,0 +1,17 @@
//
// MultipleSelectionViewController.h
// FSCalendar
//
// Created by dingwenchao on 9/9/15.
// Copyright (c) 2015 wenchaoios. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FSCalendar.h"
#import "NSDate+FSExtension.h"
@interface MultipleSelectionViewController : UIViewController <FSCalendarDataSource,FSCalendarDelegate>
@property (weak, nonatomic) FSCalendar *calendar;
@end