Skip to content

Commit

Permalink
Fix setting event selection color in IB
Browse files Browse the repository at this point in the history
Fix setting event selection color in IB
  • Loading branch information
WenchaoD committed Aug 24, 2016
1 parent bfa58eb commit fe72abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSCalendar/FSCalendar+IBExtension.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ - (UIColor *)eventDefaultColor

- (void)setEventSelectionColor:(UIColor *)eventSelectionColor
{
self.eventSelectionColor = eventSelectionColor;
self.appearance.eventSelectionColor = eventSelectionColor;
}

- (UIColor *)eventSelectionColor
Expand Down

0 comments on commit fe72abf

Please sign in to comment.