Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event color indicator 'leaking' default color #301

Closed
cyrilzakka opened this issue May 21, 2016 · 1 comment
Closed

Event color indicator 'leaking' default color #301

cyrilzakka opened this issue May 21, 2016 · 1 comment

Comments

@cyrilzakka
Copy link

cyrilzakka commented May 21, 2016

If you look closely at the event indicators after modifying the color for them (i.e. calendar.appearence.eventColor = .whiteColor()), you'll see that the default blue color still appears behind it which looks quite offsetting.

A quick fix for it would be modifying the alpha in #define FSCalendarStandardEventDotColor FSColorRGBA(31,119,219,0) to 0 as shown.

WenchaoD added a commit that referenced this issue May 22, 2016
Fix issue #301
@WenchaoD
Copy link
Owner

WenchaoD commented May 22, 2016

Hi @Archivus Thanks for your advice. This commit has fix the issue. It turns out that the layer shouldn't contains a backgroundColor along with the contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants