Closed clbemre closed 4 years ago
These customisation features haven't been added yet. I don't immediately have time to implement these but feel free to give it a go yourself :)
So, how? :)
Did you ever find out how to add a corner radius? I've been unsuccessful so far :(
No, im sorry :)
I have added an eventStyleCallback
property that you can use to access each event layer and customise it your hearts content, such as adding corner radius, border width, shadow, etc.
If you wish to access the text layer then you can iterate over the sublayers of the CALayer
until you find a CATextLayer
, this you can also customise, or even remove and add your own.
Let me know if there are any issues with it.
Closing, since this is now solved :)
Shadow,Corner Radius and Center Title?