Commit Graph

33 Commits

Author SHA1 Message Date
WenchaoD 967ff6e47a Update Examples 2016-10-16 14:27:55 +08:00
WenchaoD 4f8cfbfa91 Import missing files for other example. 2016-10-15 10:24:06 +08:00
WenchaoD caee53976f Fix issue #448 2016-10-15 09:15:33 +08:00
WenchaoD 2ce33214a6 Cache EKEvent with NSCache 2016-10-14 11:52:45 +08:00
WenchaoD b80d759d40 Working with <EventKit> 2016-10-13 22:29:54 +08:00
WenchaoD 75f525769d Show extra dates in FSCalendarPlaceholderTypeNone 2016-10-11 17:25:57 +08:00
WenchaoD a6bb3075da Deprecate redundant helpers 2016-09-18 17:54:46 +08:00
WenchaoD 480ead26e6 Change deployment target to 8.0, fix warnings 2016-09-06 16:35:30 +08:00
Wenchao Ding 2b084bd8f0 Update example
Update example
2016-08-28 14:26:37 +08:00
Wenchao Ding abc5119237 Asks for bounding dates if necessary
Asks for bounding dates if necessary
2016-07-14 18:12:42 +08:00
Wenchao Ding dd19faadf7 Comment debug logic
Comment debug logic
2016-07-14 16:10:12 +08:00
Wenchao Ding ef5e1f5138 Fix bounding problem for reloading 2016-07-14 16:03:06 +08:00
Wenchao Ding c3f71f93c2 Hide useless rows in FSCalendarPlaceholderTypeFillHeadTail
Hide useless rows in FSCalendarPlaceholderTypeFillHeadTail
2016-07-10 17:53:14 +08:00
Wenchao Ding e2c115801c Introduce FSCalenadrPlaceholderType
Introduce FSCalenadrPlaceholderType
2016-07-06 12:02:19 +08:00
Wenchao Ding ee8b6d3a0d Kill some runtime warnings
- Kill some runtime warnings
- Add pragma mark
2016-03-19 18:33:54 +08:00
dingwenchao e852116974 Improve 'deprecate' macro
1. Improve 'deprecate' macro
2. Fix warnings
3. Kill redundant codes
4. Update Readme.md
2016-01-24 12:20:34 +08:00
dingwenchao f8a460d257 UICollectionViewDelegateFlowLayout
UICollectionViewDelegateFlowLayout
2016-01-02 17:13:12 +08:00
dingwenchao 86719057cf Update FullscreenExample with 'lunar' option
Update FullscreenExample with 'lunar' option
2015-12-03 14:12:53 +08:00
dingwenchao 4d21d55c20 Super fast
Super fast
2015-12-03 13:57:39 +08:00
dingwenchao 16ad4a3ebb Code clean
Clean unused code
2015-11-17 15:34:59 +08:00
dingwenchao 5a7cdd7636 Update Example
1. Update Example
2. Update .gitignore
2015-11-17 15:27:57 +08:00
dingwenchao 18d9363dbf Huge update
1. Support NSCalendarIdentifier
2. Update Example
3. Fix some problem
2015-11-17 14:47:44 +08:00
dingwenchao 4a9c8e54cf Fix problem changing first weekday in fullscreen
1. Fix problem changing first weekday in fullscreen
2. Optimise scope transition
2015-11-11 10:19:09 +08:00
dingwenchao fad2baf155 Async dataSource fetching, not date calculation
Async dataSource fetching, not date calculation
2015-11-04 10:53:16 +08:00
dingwenchao 4280ff3a32 Update Swift Example
1. Update Swift Example
2. Fix problem #136
2015-11-03 18:04:33 +08:00
f33chobits e795f97bb7 Update Fullscreen mode
1. Better appearance and cell size for Fullscreen Example on iPad
2. Disable ‘fillColor actions’ for cell backgroundLayer
2015-11-02 23:47:16 +08:00
f33chobits ec209a238b Optimize reloadData
Optimize reloadData
2015-11-01 14:20:05 +08:00
f33chobits ff0dbdd698 Remove 'k' prefix for constance
Remove 'k' prefix for constance
2015-10-25 12:14:35 +08:00
f33chobits aedb3b9f1b Fix problem #124
1. If a cell is selected and the counterpart placeholder is tapped, the
delegate method should also be triggerred.

2. Prevent the counterpart placeholder to be selected if the calendar
is in vertical floating mode(pagingEnabled=NO & scrollEnabled=YES)

3. The behavior of (2) should be opened for discussion
2015-10-24 22:34:46 +08:00
dingwenchao 0104a03dc6 Add FSCalendarCaseOptions
1. Add FSCalendarCaseOptions
2. Deprecate useVeryShortWeekdaySymbols
2015-10-21 18:59:36 +08:00
f33chobits 535d07a996 Fix problem - When pagingEnabled is NO, selectDate: in viewDidLoad did not perform scrolling
1. Fix problem - When pagingEnabled is NO, selectDate: in viewDidLoad
did not perform scrolling
2. Update example for testing
2015-10-02 15:57:54 +08:00
f33chobits d28c923c36 Add test case for selectDate
1. Add test case for selectDate
2. Version bump
2015-10-01 09:14:42 +08:00
f33chobits 323ea42c6e Merge branch 'pagingEnable'
1. Add fullscreen calendar example
2. Fix xcode7 warning
3. Fix selectDate: problem
2015-09-27 19:53:30 +08:00