Open mohdhaider opened 10 years ago
I have the same issues...
I described this in a past issue and I made some quick fix in my own fork. Maybe not pretty code-wise, but works. Of course you are encouraged to improve it.
@maggix I will check it out, thanks.
@maggix Thanks for your fix. However, I can't change the color of TKCalendarCircleView. It's always black with no date inside. But the dot is shown.
Any ideas?
@Morpheus2002 I would advise you to open the ticket in my branch instead of here as it's a different problem.
That said, have a look at how I use TKCalendarCircleView
: initializing it with - (id)initWithColor:(UIColor *)newColor
allows you to set the color. The label with the day number however is set somewhere else.
@maggix sorry for stupid question, but how can I open a ticket in your branch? There is no option for creating new issues in your repository.
My bad. Now you can :)
I added tapkulibrary in my project and it gives wrong calendar width for iPhone 6 and iPhone 6 plus sizes. Please take a look on it and let me know if you need some more information.