Commit Graph

134 Commits

Author SHA1 Message Date
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
Wenchao Ding 92401988a8 Update README.md 2015-06-21 08:05:04 +08:00
DingWenchao f08269142a Update example
Update example
2015-06-16 10:09:57 +08:00
Wenchao Ding 521fbfad88 Update README.md 2015-06-15 22:08:46 +08:00
Wenchao Ding a9c6a8ef3c Update README.md 2015-06-15 16:21:34 +08:00
Wenchao Ding 76af2c4a13 Update README.md 2015-06-15 16:17:09 +08:00
Wenchao Ding 274ac4faa9 Update README.md 2015-06-15 16:14:37 +08:00
Wenchao Ding c1c04e412c Update README.md 2015-06-15 16:12:00 +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
DingWenchao 1b11db5abe Not important
Not important
2015-05-07 10:07:02 +08:00
f33chobits 979a3dc2c9 A little optimization
A little optimization and problem-fix
2015-05-07 07:18:35 +08:00
Wenchao Ding 37c49eeb5e Update README.md 2015-04-21 15:16:06 +08:00
Wenchao Ding f01a7f9d78 Update README.md 2015-04-19 20:53:56 +08:00
f33chobits 8eea228f1b Update to 0.5.4
Update to 0.5.4
2015-04-19 20:48:38 +08:00
f33chobits 152414ba66 Fix cell-wrapping problem
Fix cell-wrapping problem
2015-04-16 21:41:06 +08:00
f33chobits a02cdcbe22 Fix cell-wrapping problem
Fix cell-wrapping problem
2015-04-16 21:40:00 +08:00
f33chobits 8a900ab3fa Fix problem adding calendar in code
Fix problem adding calendar in code
2015-04-12 12:25:12 +08:00
f33chobits cd1a25a7f7 Fix problems
1. Fix `pod try` problem
2. Fix bugs
2015-04-10 16:36:54 +08:00
Wenchao Ding e8bcce71f8 Update README.md 2015-04-07 15:55:23 +08:00
f33chobits 5b011027a9 Update to 0.5.3
Update to 0.5.3
2015-04-07 15:51:16 +08:00
Wenchao Ding bfb4f18a0e Update README.md 2015-04-05 20:37:26 +08:00
f33chobits 073ff18e1a Add IBInspectable
Add IBInspectable
2015-04-05 20:25:45 +08:00
f33chobits 0fb3a10b02 Fix issue #20
Fix wrong month-scrolling problem
2015-04-05 09:52:30 +08:00
Wenchao Ding e95e407ef3 Merge pull request #19 from f33chobits/orientation-problem
Fix orientation problem
2015-04-04 09:26:41 +08:00
Wenchao Ding e5ff94e58a Update README.md 2015-04-01 20:55:07 +08:00
Wenchao Ding e08f65dfd3 DelegateFlowLayout is not necessary
DelegateFlowLayout is not necessary
2015-04-01 09:27:17 +08:00
Wenchao Ding 1dc0d8ff98 Strong declaration
Strong declaration
2015-04-01 09:25:35 +08:00
Wenchao Ding 447bd67a1f Fix orientation problem
Fix orientation problem
2015-03-30 17:19:44 +08:00
f33chobits b9b00d57ef Fix issues
1. Fix lunar problem in demo project
2. Fix issue #18
2015-03-28 09:51:08 +08:00
Wenchao Ding 9148e5de8d Update README.md 2015-03-23 13:03:23 +08:00
Wenchao Ding aeedc3dd38 Update README.md 2015-03-19 17:32:05 +08:00
Wenchao Ding 3271f155d8 Update podspec
Update podspec
2015-03-19 17:24:47 +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 c3d93d56c3 Update README.md 2015-03-18 17:21:41 +08:00
Wenchao Ding c2f9f9a8e4 Update podspec
Update podspec
2015-03-18 17:13:01 +08:00
Wenchao Ding bf3824b7ac Merge pull request #13 from f33chobits/code-optimization
Version 0.5
2015-03-18 17:04:37 +08:00
Wenchao Ding c329e259a1 Update README.md
Update README.md
2015-03-18 17:01:23 +08:00
Wenchao Ding f7de5080da Update README.md
Update README.md
2015-03-18 16:56:43 +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