Wenchao Ding
3fe5d5e087
Swipe to choose
2016-11-12 20:23:20 +08:00
Wenchao Ding
aeb2c5464d
Add category function to access unsigned integer ivar
2016-11-10 06:59:02 +08:00
Wenchao Ding
03e688ffe9
Decouples
2016-10-29 11:14:53 +08:00
WenchaoD
3e3b1f34d7
Add today extensions
2016-09-10 10:14:09 +08:00
WenchaoD
880828e72f
Bump version
2016-09-10 08:08:12 +08:00
Wenchao Ding
698db153f5
Makes 'today' nullable
...
Makes ‘today’ nullable
2016-08-30 18:00:13 +08:00
Wenchao Ding
7689c6e1e8
Fix bad event color
...
Fix bad event color
2016-08-18 11:04:42 +08:00
Wenchao Ding
faca526609
Fix bad layout for scope transition after orientation changed
...
Fix bad layout for scope transition after orientation changed
2016-08-05 14:26:43 +08:00
Wenchao Ding
af81c8e6a3
Bump beta version
...
Bump beta version
2016-07-06 12:03:08 +08:00
Wenchao Ding
8733cf75f7
Bump version 2.2.0
...
Bump version 2.2.0
2016-05-29 15:54:08 +08:00
Wenchao Ding
7182243571
Version bump
...
Version bump
2016-04-26 09:49:02 +08:00
Wenchao Ding
6ba3ec538b
Update podspec
...
Update podspec
2016-04-11 09:47:16 +08:00
Wenchao Ding
7b605941ab
Add full documentation
...
1. Add full documentation
2. Add ‘nullability’
3. Update example
2016-03-26 11:29:21 +08:00
dingwenchao
aaf59dab8c
Version Bump 2.0.0
...
Version Bump 2.0.0
2016-03-17 22:55:42 +08:00
dingwenchao
41883c8216
2.0.0.beta
...
1. Bring in ‘showsPlaceholder’
2. Rendering Event indicators by image instead of CALayer
3. Using FSCalendarAnimator to control animations
4. Update Examples
5. Code clean
2016-03-14 12:11:52 +08:00
dingwenchao
e4ea67a4c4
Use [-calendar:boundingRectWillChange:animated:] instead of [-calendarCurrentScopeWillChange:animated:]
...
Use [-calendar:boundingRectWillChange:animated:] instead of
[-calendarCurrentScopeWillChange:animated:]
This is a preparing for next feature - Hides the placeholder dates. If
this feature is included, there would be more than one cases for the
calendar to change “frame” (If the placeholder dates are hidden, there
would be 4 rows for some months, 2015-02 .e.g; and there would be 6
rows for some months, 2016-01 .e.g; and there would be 5 in most cases)
2016-03-01 21:21:57 +08:00
dingwenchao
fd24a9ffe1
Alpha animation
...
1. Perform alpha animation while changing scope
2. Bump version 1.8.2
3. Update License year
2016-02-27 21:49:01 +08:00
dingwenchao
dc832b81ae
Fix something
...
1. Better date tools api
2. Fix adjusting event color in Interface builder
3. Version bump
4. Fix RTL problem
5. Use object_setIvar instead of another redundant setter
6. Fix collectionView item size warning of FSCalendarHeader
2016-02-22 15:34:37 +08:00
dingwenchao
6ee4578478
Version Bump
...
Version Bump
2016-02-16 10:23:48 +08:00
dingwenchao
e6315af801
Support "multiple events"
...
1. Support "multiple events”
2. Fix #198
2016-02-05 11:23:53 +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
dc83a35a18
1.8.0.beta
...
Fix wrong version number
2016-01-21 16:05:57 +08:00
dingwenchao
cdf3db74a9
Bump version 1.8.1.beta
...
Focus on ‘selectedDate’ while chasing scope
2016-01-21 15:52:28 +08:00
dingwenchao
8dad8793c6
Fix subtitle problem
...
Fix subtitle problem
2015-12-14 17:07:50 +08:00
dingwenchao
58dd12d903
1.7.1 - A super fast version
...
1.7.1 - A super fast version
2015-12-05 21:31:37 +08:00
dingwenchao
fb8a05f02e
Update 1.7.1.beta
...
1. Supports font customisation
2. Supports titleVerticalOffset and subtitleVerticalOffset
3. Remove SSLunarDate dependency, use NSCalendar and
NSCalendarIdentifierChinese instead
2015-11-29 19:00:56 +08:00
dingwenchao
18d9363dbf
Huge update
...
1. Support NSCalendarIdentifier
2. Update Example
3. Fix some problem
2015-11-17 14:47:44 +08:00
WenchaoIOS
8759522f10
NSDate middleOfWeek
...
NSDate middleOfWeek
2015-11-08 23:01:41 +08:00
dingwenchao
4d07ec7da2
Fix warnings in demo project
...
1. Fix warnings in ‘SSLunarDate’
2. Update Readme
3. Fix warnings while orientation is changing in iPad
4. Bump version 1.6.3
2015-11-02 17:49:41 +08:00
dingwenchao
b19c6bca0d
Version 1.6.2
...
1. Bump version 1.6.2
2. Update DelegateAppearance Example
3. Update iPad Example
2015-10-30 20:10:25 +08:00
dingwenchao
f68ae0757f
Better size adaption
...
1. Better size adaption. When the frame of FSCalendar is changing, the
textSize would be changed smoothly.
2. Nil out delegate of UICollectionView. To prevent unexpected calling
of delegate methods
2015-10-23 16:23:03 +08:00
f33chobits
8a8ebf212c
Bump Version 1.6.1
...
1. Bump Version 1.6.1
2. Rearrange file orders
3. Rearrange deprecated attributes and methods
4. Rearrange enums and constance
5. Replace deprecated methods with new in example
2015-10-21 11:10:43 +08:00
f33chobits
8481ae1615
Version Bump 1.6.0
...
1. Version Bump 1.6.0
2. Fix warning throwed by analyzing
2015-10-11 17:06:29 +08:00
dingwenchao
f53083d80d
Bump version 1.5.2
...
1. Bump version to 1.5.2
2. Remove 1$ item, paypal will tax half of it.
2015-10-09 12:45:37 +08:00
f33chobits
74264eaf4f
Version bump 1.5.1
...
Version bump 1.5.1
2015-10-07 16:11:28 +08:00
f33chobits
c863aa6bb7
Add delegate methods
...
1. Add delegate methods
1). `calendar:appearance:titleDefaultColorForDate:`
2). `calendar:appearance:subtitleDefaultColorForDate:`
2. Version bump
3. Add delegate appearance example
2015-10-04 10:27:45 +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
f33chobits
3874dc9ee1
Update podspec
...
Update podspec
2015-09-16 23:08:48 +08:00
f33chobits
c21b238346
Add delegate methods
...
Add delegate methods
1. calendar:shouldDeselectDate:
2. calendar:didDeselectDate:
2015-09-12 11:02:55 +08:00
dingwenchao
e0e6eadbdb
Update pod
...
Update pod
2015-09-11 15:37:50 +08:00
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
dingwenchao
0d0421841d
Update podspec
...
Update podspec
2015-08-31 19:15:46 +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
f33chobits
38dddd89e8
Share scheme
...
Share scheme
2015-08-24 22:59:54 +08:00
f33chobits
ba195eae34
Update podspec
...
Update podspec
2015-08-23 18:34:12 +08:00
f33chobits
9c971fe7cd
Project restructure
...
Remove workspace structure for example project
2015-08-23 17:37:01 +08:00