Commit 60746102 authored by 谢俊毅's avatar 谢俊毅
Browse files

更新 BMCalendarComponent.m 取消行间分割线

parent 30b6a5f4
Showing with 1 addition and 1 deletion
+1 -1
......@@ -171,7 +171,7 @@ WX_EXPORT_METHOD(@selector(goNext))
calendar.swipeToChooseGesture.enabled = YES;
calendar.appearance.caseOptions = FSCalendarCaseOptionsWeekdayUsesSingleUpperCase;
calendar.appearance.separators = FSCalendarSeparatorInterRows;
calendar.appearance.separators = FSCalendarSeparatorNone;
calendar.appearance.headerTitleColor = self.monthColor?:UIColorFromValue(0x333333);
calendar.calendarWeekdayView.backgroundColor = self.weekBgColor?:UIColorFromValue(0xf0f5fa);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment