Commit Graph

675 Commits

Author SHA1 Message Date
WenchaoD 7ac5cb9430 Fix willDisplay 2017-03-01 21:53:43 +08:00
WenchaoD 3a76fa968a Update swift example 2017-02-20 21:59:19 +08:00
Wenchao Ding ebfef91b5d Merge pull request #581 from roark31337/master
Make selectedDate nullable
2017-02-20 21:58:16 +08:00
WenchaoD d30a0d2b69 Merge branch 'development' 2017-02-16 08:09:08 +08:00
WenchaoD 35ad4e5290 Reset hour/minite/second components of bounding dates. 2017-02-16 07:59:59 +08:00
WenchaoD 3be15eb938 Fix ‘setToday’ 2017-02-15 10:31:02 +08:00
WenchaoD ddb45ebfc5 Bump version. 2017-02-15 09:15:02 +08:00
WenchaoD 26891c6501 Keep current month while changing scope from week to month. 2017-02-13 20:42:47 +08:00
WenchaoD 6719c3c794 Fix missing columns. 2017-02-13 20:07:55 +08:00
WenchaoD 5e15af23d4 Merge branch 'development' 2017-02-09 07:59:28 +08:00
WenchaoD 0ba307adb0 Fix #585 2017-02-09 07:58:13 +08:00
WenchaoD 3e4a576fa7 Merge branch 'development' 2017-02-02 16:33:19 +08:00
WenchaoD 6d44501275 Update .travis.yml 2017-01-31 20:33:27 +08:00
WenchaoD e8e7864e70 Merge branch 'master' of https://github.com/WenchaoD/FSCalendar
# Conflicts:
#	FSCalendar/FSCalendar.m
2017-01-31 17:44:01 +08:00
WenchaoD c6ed97f962 Add UITest 2017-01-31 17:41:25 +08:00
Wenchao Ding 1f10ae07ab Merge pull request #570 from popina/bugfix/defaultminmaxdates
default values in reloadData method
2017-01-31 10:21:16 +08:00
Fonkymasto b2383113ed default values in reloadData method
_minimumDate and _maximumDate were nil after a reloadData call if we don’t implement the optionals minimumDateForCalendar: and maximumDateForCalendar: datasource methods
2017-01-30 14:02:07 +01:00
WenchaoD 2a3315cbb8 Correct text-size editing in Interface builder 2017-01-21 23:54:29 +08:00
WenchaoD ac300f70d7 Correct initialized position in Full-Screen mode. 2017-01-21 23:13:30 +08:00
WenchaoD 271e8f5ae1 Reduce memory usage 2017-01-21 22:47:50 +08:00
WenchaoD 56bb990008 Refractions 2017-01-21 21:33:46 +08:00
WenchaoD d5363b92e0 Fix failure of Interface Builder rendering 2017-01-19 11:19:14 +08:00
WenchaoD 2ab9c9375b Refractions 2017-01-19 09:46:37 +08:00
WenchaoD 697046ffce Fix multitasking and orientation issue 2017-01-17 10:51:01 +08:00
WenchaoD bc34593a7c Update README.md 2017-01-13 01:25:22 +08:00
WenchaoD 0959ddad93 Remove extra “UIMainStoryboardFile” key in plist 2017-01-11 10:37:57 +08:00
WenchaoD c56bb04f19 Update README.md 2017-01-10 19:18:30 +08:00
WenchaoD 36d09ff1d2 Clean up Example 2017-01-10 18:53:12 +08:00
WenchaoD 84fd34048c Fix separators 2017-01-07 15:42:45 +08:00
WenchaoD 5f66fbbc75 Code refraction. 2017-01-05 21:19:10 +08:00
WenchaoD 0c45dbc085 Update Examples 2017-01-05 19:49:41 +08:00
WenchaoD 24f441e6ca visibleSupplementaryViewsOfKind is iOS9 only 2017-01-05 15:43:40 +08:00
WenchaoD f1b828c191 Remove scope injection 2017-01-05 15:28:19 +08:00
WenchaoD 806d31f6f4 Invalidate layout after device orientation is changed 2017-01-05 14:18:47 +08:00
WenchaoD 5a80eb19fe Clear calculated cache after resetting firstweekday 2017-01-04 15:36:16 +08:00
WenchaoD 89ff3c543f Update example 2017-01-04 15:14:42 +08:00
Wenchao Ding 73bbf504ce Update layout on changing scroll direction 2016-12-30 17:41:12 +08:00
Wenchao Ding d6ec5c9a46 Update Swift Example 2016-12-30 17:12:38 +08:00
Wenchao Ding 070e029cce FSCalendarTransitionStateFinishing 2016-12-30 10:04:40 +08:00
Wenchao Ding 2d3ed6bf8e Change scope with UITableView 2016-12-29 19:49:11 +08:00
Wenchao Ding 62724ecbb4 Customize calendar layout 2016-12-29 16:34:34 +08:00
Wenchao Ding 26552647e7 Remove label color 2016-12-26 12:27:19 +08:00
Wenchao Ding c2919849dc Fix jagged gap between weekday labels and cells while pagingEnabled is YES 2016-12-26 12:23:57 +08:00
Wenchao Ding 3eccc3ad7d Public The UILabel array of FSCalendarWeekdayView 2016-12-22 09:03:47 +08:00
Wenchao Ding 08aa20df42 Update README.md 2016-12-21 12:11:28 +08:00
Wenchao Ding 4a9b9ad89e Deal with situation while signature types is NULL 2016-12-21 10:10:59 +08:00
Wenchao Ding fb985816fb Merge branch 'master' into development
* master:
  Removing if-clause that makes impossible to change today date.
  Fix issue #514
  Fix issue #502

Conflicts:
	FSCalendar/FSCalendar.m
2016-12-20 23:21:30 +08:00
Wenchao Ding c5d8accc27 Fix wrong dot size in IB 2016-12-20 22:46:48 +08:00
Wenchao Ding 7e91f9f750 Bump version 2.7.0 2016-12-19 16:36:59 +08:00
Wenchao Ding acc504dad3 Force reject -[UIScrollView(UIScrollViewInternal) _adjustContentOffsetIfNecessary] () 2016-12-19 16:16:41 +08:00