File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "PDTSimpleCalendar"
4- s . version = "0.7.0 "
5- s . summary = "A simple Calendar / Date Picker with a nice iOS7 design."
4+ s . version = "0.7.1 "
5+ s . summary = "A simple Calendar/ Date Picker with a nice iOS7/iOS8 design."
66
77 s . description = <<-DESC
88 Inspired by Square's TimesSquare & Apple Calendar.
Original file line number Diff line number Diff line change 11##PDTSimpleCalendar Release Notes
22
3+ ###0 .7.1
4+
5+ New delegate method to disable specific dates
6+
7+ ` - (BOOL)simpleCalendarViewController:(PDTSimpleCalendarViewController *)controller isEnabledDate:(NSDate *)date; `
8+
9+ Accessibility Labels on Cell will return a proper formatted date.
10+
11+ Change Header and Day font using appearance proxy
12+
313###0 .7.0
414
515####Behavior change
You can’t perform that action at this time.
0 commit comments