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
Wenchao Ding
a7ffc6c7be
Fix issues
...
Fix issues:
#14
#15
2015-03-19 09:48:06 +08:00
Wenchao Ding
46ecc00c77
Update example
...
Update example
2015-03-18 16:34:41 +08:00
Wenchao Ding
0a2045a481
Add firstWeekday property
...
Add firstWeekday property
2015-03-18 16:22:38 +08:00
f33chobits
4d5798eb60
code-optimization
...
1. weakly variables that are not necessarily strong
2. make currentMonth writable
3. code format
2015-03-17 22:52:25 +08:00
Wenchao Ding
36f6ef89a9
Change startDate of UIDatePicker in demo to 1970
...
Change startDate of UIDatePicker in demo to 1970
2015-03-17 17:25:06 +08:00
Wenchao Ding
056ed48dbd
Add date selection in demo project
...
Add date selection in demo project
2015-03-17 10:53:34 +08:00
f33chobits
def86905d0
Fix some problems
...
1. Make selectedDate writable
2. Fix cell blink problem #11
2015-03-17 00:18:16 +08:00
f33chobits
01f14c42f1
Update Example
...
Update Example
2015-03-16 21:23:23 +08:00
f33chobits
7cf8db383f
Make selectedDate writable
...
Make selectedDate writable
2015-03-16 20:56:57 +08:00
f33chobits
66e6ea1444
Prepare to release
...
1. Fix some details
2. Update Readme
2015-03-15 17:26:44 +08:00
f33chobits
47eca4ce79
Some details
...
1. Update demo
2. Fix header alpha problem
2015-03-14 23:21:11 +08:00
f33chobits
a05dedd184
Code optimization
...
1. Code optimization
2. Update demo
2015-03-14 20:21:12 +08:00
f33chobits
a93a0dff4a
Finish all
...
Finish all
1. Change header implement from UIView to UICollectionView
2. Change calendar implement from UIScrollView to UICollectionView
3. Keep the original interfaces
2015-03-14 15:30:28 +08:00
Wenchao Ding
c9cb98b827
Finish CollectionView Selection、Cell style and scrolling behavior
...
Finish CollectionView Selection、Cell style and scrolling behavior
2015-03-13 18:18:03 +08:00
f33chobits
9e1bbcc874
Almost there
...
Almost there
2015-03-12 22:42:53 +08:00
Wenchao Ding
7f993a72d8
Initial change the container from scrollview to collectionView
...
Initial change the container from scrollview to collectionView, this
would make fast scrolling and best performance.
2015-03-12 18:58:37 +08:00
f33chobits
2c2a206a19
Update podspec
...
Update podspec and delete unused files
2015-03-11 23:05:37 +08:00
f33chobits
0bcc6fae9a
Highly improve performance and memory cost
...
Highly improve performance and memory cost
2015-03-11 22:59:53 +08:00
Wenchao Ding
ecd6850e21
Create branch delete-attribute-string
...
Create branch delete-attribute-string
2015-03-11 18:32:56 +08:00