Fscalendar: How can I change size of date selection circle?

Created on 16 May 2017  路  3Comments  路  Source: WenchaoD/FSCalendar

Most helpful comment

I modify the source code.

_shapeLayer.frame = CGRectMake((self.bounds.size.width-diameter)/2 + (diameter / 2 / 2),
(titleHeight-diameter)/2 + (diameter / 2 / 2), diameter / 2, diameter / 2);

All 3 comments

I modify the source code.

_shapeLayer.frame = CGRectMake((self.bounds.size.width-diameter)/2 + (diameter / 2 / 2),
(titleHeight-diameter)/2 + (diameter / 2 / 2), diameter / 2, diameter / 2);

not working ?

Where I have TO Change The Above code

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StanleySathler picture StanleySathler  路  5Comments

DaniloJrC picture DaniloJrC  路  5Comments

garudaonekh picture garudaonekh  路  4Comments

GDXRepo picture GDXRepo  路  3Comments

VaraPrasad62 picture VaraPrasad62  路  4Comments