Skip to content

Commit 13bfbcb

Browse files
committed
[RSDFCustomDatePickerDayCell] Update width of selectedImageViewFrame.
1 parent ddb186f commit 13bfbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/RSDayFlowExample/RSDFCustomDatePickerDayCell.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ - (UIColor *)pastDayOffLabelTextColor
104104

105105
- (CGRect)selectedImageViewFrame
106106
{
107-
return CGRectMake(0, 0, CGRectGetWidth(self.frame), 30);
107+
return CGRectMake(0, 0, 30, 30);
108108
}
109109

110110
@end

0 commit comments

Comments
 (0)