Commit Graph

77 Commits

Author SHA1 Message Date
dingwenchao 8bbc309c35 Multiple Selection
Use `allowsMultipleSelection` to enable this feature
2015-09-09 09:59:36 +08:00
f33chobits a6b91c443a Fix issues
1. Fix #74
2. Fix size problem for week mode
2015-09-04 21:24:27 +08:00
f33chobits 9dea135a54 Fix issues
1. Fix #72
2. Fix #73
3. Fix problem setting `scope`
2015-09-02 18:00:45 +08:00
f33chobits 4ca3d3b3a8 Add week-mode support
Add week-mode support
2015-08-29 22:12:13 +08:00
dingwenchao 6c6d9133dc Update Readme
Update Readme
Update podspec
2015-08-26 16:39:17 +08:00
dingwenchao a38d468678 Change framework target to is
Change framework target to ios8
2015-08-26 15:06:26 +08:00
dingwenchao 711232a391 Share scheme problem
Share scheme problem
2015-08-26 14:48:51 +08:00
dingwenchao e01843696a Not important
Not important
2015-08-26 14:30:46 +08:00
f33chobits 226573ed88 Update
Update
2015-08-24 23:45:03 +08:00
f33chobits 38dddd89e8 Share scheme
Share scheme
2015-08-24 22:59:54 +08:00
f33chobits 52b9dfff61 Initialize carthage support
Initialize carthage support
2015-08-23 23:57:48 +08:00
f33chobits 5ee73808af Add share option
Add share option
2015-08-23 23:09:08 +08:00
f33chobits 5ea14bf8e4 Merge branch 'Project-Restructure'
Move project file inside ‘Example’
2015-08-23 18:55:09 +08:00
f33chobits 62abb65567 Deprecate flow
1. FSCalendarFlow is deprecated, use FSCalendarScrollDirection instead

2. Fix a warning
2015-08-23 18:29:43 +08:00
f33chobits 09a39b198c Update info.plist
Update info.plist
2015-08-23 17:45:27 +08:00
f33chobits 9c971fe7cd Project restructure
Remove workspace structure for example project
2015-08-23 17:37:01 +08:00
f33chobits 7f04a5b181 Add support for `todaySelectionColor`
Custom selection color for today
2015-08-22 11:51:04 +08:00
dingwenchao 5a93ab0c4f Update pods
Update pods
2015-08-18 09:57:41 +08:00
dingwenchao b9ab395872 Fix issues
1. Add locale property
2. Fix issue #64
2015-08-18 09:55:55 +08:00
dingwenchao 157a6fb019 Fix issues
1. Fix #61 (calendar:ShouldSelectDate:) not called on tapping dates for
previous/next month
2. Enable header swipe, #56
2015-08-17 19:07:13 +08:00
dingwenchao 77f7ad67e3 Improvements
1. Add fakeSubtitles and fakedSelectedDay for preview
2. Update Readme
2015-08-17 17:30:28 +08:00
dingwenchao b1287fcbb9 A draft to enable IB_DESIGNABLE
A draft to enable IB_DESIGNABLE
2015-08-14 18:14:07 +08:00
DingWenchao a6e67e8aa8 Update pod
Update pod
2015-07-19 22:04:25 +08:00
DingWenchao fe4f315708 Update podspec
Update podspec
2015-07-11 20:08:54 +08:00
DingWenchao 5e156a614c Update Readme
Update Readme
2015-07-02 09:39:33 +08:00
DingWenchao 566b504bee Update Readme
Update Readme
2015-07-01 14:05:36 +08:00
DingWenchao d054223f2d Update example
1. Update example
2. Update Readme
2015-07-01 13:59:28 +08:00
DingWenchao 99367261bb Update example
Update example
2015-06-30 17:54:33 +08:00
DingWenchao 972f284759 Add image support
Add image support for each day
2015-06-30 17:51:00 +08:00
DingWenchao 21b0a02308 Some other changes
1. Prevent header bouncing while this month is the left bounds of
calendar
2. Cells of previous and next month can display ‘selection’ and ‘today’
state
2015-06-30 16:21:42 +08:00
DingWenchao 211b94163e Small change
Cell with date out of range won’t be selected
2015-06-30 13:07:39 +08:00
DingWenchao 19864ae37a Some changes
1. Make sure the `minumumDate` is always the first day of month, and
the `maxinumDate` the last.
2. Make sure each date in `FSCalendar` has ignored hour、minute and
second components
3. The placeholder cell now has the capability to display selectedDate
and today
2015-06-30 12:17:58 +08:00
DingWenchao 2ed1abdfdc Create branch 0.9.0
1. Change month-change delegate routine:
    before: when the scrollOffset reach half of the size of screen
    now: when releasing your finger

2. Use calendar.appearance to change color、font and other stuff of
FSCalendar
2015-06-29 17:53:08 +08:00
DingWenchao 88215e47c0 Update podspec
Update podspec
2015-06-27 23:39:00 +08:00
DingWenchao dd28942744 Update Example
1. Update Example
2. Fix ’shouldSelectDate’ problem
2015-06-27 23:28:26 +08:00
DingWenchao 47670c6f0f Update Example
1. Update Example
2. Update Podspec
3. Remove invalidateLayout
2015-06-26 10:34:57 +08:00
DingWenchao dc45d7ae98 Update example
Update example
2015-06-26 08:34:37 +08:00
DingWenchao 562dc382fd Update Example
Update Example
2015-06-25 20:49:36 +08:00
DingWenchao 10069b303f Add ViewDidLoadExample and LoadViewExample
Add ViewDidLoadExample and LoadViewExample
2015-06-25 18:44:14 +08:00
DingWenchao f08269142a Update example
Update example
2015-06-16 10:09:57 +08:00
DingWenchao a84e673773 Update to 7.0
Update to 7.0
2015-06-15 16:08:09 +08:00
DingWenchao 65e86fd850 Update to 0.6.0
Update to 0.6.0
2015-05-14 20:48:24 +08:00
f33chobits 39e579b882 Add minumumDate and maximumDate support
Add dataSource methods for minimumDate and maximumDate
2015-05-09 18:03:41 +08:00
f33chobits 8eea228f1b Update to 0.5.4
Update to 0.5.4
2015-04-19 20:48:38 +08:00
f33chobits cd1a25a7f7 Fix problems
1. Fix `pod try` problem
2. Fix bugs
2015-04-10 16:36:54 +08:00
f33chobits 0fb3a10b02 Fix issue #20
Fix wrong month-scrolling problem
2015-04-05 09:52:30 +08:00
Wenchao Ding 447bd67a1f Fix orientation problem
Fix orientation problem
2015-03-30 17:19:44 +08:00
Wenchao Ding 933b9f96f9 Fix issues
Fix issue #14
2015-03-19 17:11:33 +08:00
Wenchao Ding 924363c69b Update Main_iPad.storyboard
Update Main_iPad.storyboard
2015-03-19 11:01:52 +08:00
Wenchao Ding 6ae3f97470 Update demo with firstweekday setting
Update demo with firstweekday setting
2015-03-19 10:43:54 +08:00