I'm implementing Tapku calendar
in my iOS
app and I want to change the color of a certain date/tile to RED/any other color based on some information. I'm fine with either changing the full tile (but not surrounding ones, of course) or the marks that are placed on the tile. Others have asked this, but I have not yet found a response or a valid solution.
Asked
Active
Viewed 782 times
1
1 Answers
0
Try following links
https://stackoverflow.com/a/9288689/1099453 for changing tile colors.
And an example is here.(Customization of tapku calendar)