Multiple Selection
Use `allowsMultipleSelection` to enable this feature
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user