Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
公共资源
ios-eros-plugin
Commits
60746102
Commit
60746102
authored
4 years ago
by
谢俊毅
Browse files
Options
Download
Email Patches
Plain Diff
更新 BMCalendarComponent.m 取消行间分割线
parent
30b6a5f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/BMComponent/Calendar/BMCalendarComponent.m
+1
-1
Source/BMComponent/Calendar/BMCalendarComponent.m
with
1 addition
and
1 deletion
+1
-1
Source/BMComponent/Calendar/BMCalendarComponent.m
+
1
-
1
View file @
60746102
...
...
@@ -171,7 +171,7 @@ WX_EXPORT_METHOD(@selector(goNext))
calendar
.
swipeToChooseGesture
.
enabled
=
YES
;
calendar
.
appearance
.
caseOptions
=
FSCalendarCaseOptionsWeekdayUsesSingleUpperCase
;
calendar
.
appearance
.
separators
=
FSCalendarSeparator
InterRows
;
calendar
.
appearance
.
separators
=
FSCalendarSeparator
None
;
calendar
.
appearance
.
headerTitleColor
=
self
.
monthColor
?:
UIColorFromValue
(
0x333333
);
calendar
.
calendarWeekdayView
.
backgroundColor
=
self
.
weekBgColor
?:
UIColorFromValue
(
0xf0f5fa
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help