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

Changing event color crash #392

Closed
voodoo-rocks opened this issue Aug 24, 2016 · 3 comments
Closed

Changing event color crash #392

voodoo-rocks opened this issue Aug 24, 2016 · 3 comments
Labels

Comments

@voodoo-rocks
Copy link

Changing event default color doesn't have any visible effect.
Changing event selection crashes here

  • (void)setEventSelectionColor:(UIColor *)eventSelectionColor
    {
    self.eventSelectionColor = eventSelectionColor;
    }

It actually changes color and doesn't crash if changed to

  • (void)setEventSelectionColor:(UIColor *)eventSelectionColor
    {
    self.appearance.eventSelectionColor = eventSelectionColor;
    }
@salabaha
Copy link

I can confirm. It is not working.

@salabaha
Copy link

salabaha commented Aug 24, 2016

screen shot 2016-08-24 at 1 41 46 pm

Here is the proper fix in FSCalendarCell.m file, line 467. P.S. Have no time to make pull request with this fix right now.

@WenchaoD
Copy link
Owner

WenchaoD commented Aug 24, 2016

@voodoo-mobile @salabaha Thanks for the reporting. Fixed in master, will push a new release in a few days.

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

No branches or pull requests

3 participants