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

When I select a day the event indicator disappear, why? How to solve? #526

Closed
bgoncal opened this issue Dec 23, 2016 · 2 comments
Closed

Comments

@bgoncal
Copy link

bgoncal commented Dec 23, 2016

When I click on a day into calendar my events indicator below of the day disappear and when I select another day, they come back.

@kallahir
Copy link
Contributor

Hi,

If you could post some snippets of your code it would make easier to help you, but thinking about your problem description, maybe what is happening is that the eventSelectionColorsFor method is returning the same color of the selection circle and it looks like the event dot has dissapeared but it has just changed to the same color of the selection circle.

Try working with this two methods from the FSCalendarDelegateAppearance i think that you may be able to sort it out:

  • eventDefaultColorsFor
  • eventSelectionColorsFor

@bgoncal
Copy link
Author

bgoncal commented Dec 23, 2016

@kallahir sorry, was my fault, actually I have a visual configuration into calendar, I mean, I set the eventSelection color into the inspector, that is why is causing the issue I said, thanks btw

@bgoncal bgoncal closed this as completed Dec 23, 2016
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