From 1184305d10b0a87e7efdc1049129e1121a318b06 Mon Sep 17 00:00:00 2001 From: Mike Abdullah Date: Wed, 2 Apr 2014 14:19:01 +0100 Subject: [PATCH] Default to tintColor for selection --- PDTSimpleCalendar/PDTSimpleCalendarViewCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m b/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m index 98415cc..24c4eef 100644 --- a/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m +++ b/PDTSimpleCalendar/PDTSimpleCalendarViewCell.m @@ -174,7 +174,7 @@ - (UIColor *)circleSelectedColor return _circleSelectedColor; } - return [UIColor redColor]; + return self.tintColor; } #pragma mark - Text Label Customizations Color