-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Is it possible to make event indicators have different colors each? #217
Comments
Actually you can put different event-colors for different days. See the "Delegate Appearance Example" for details. |
@Archivus Or you want different event-colors for one single day? |
The latter :) @WenchaoIOS |
You are right @Archivus I'll figure out a solution |
I would like this functionality as well - multiple event colors on the same day. Just adding my vote. |
@Vortec4800 try to draw a custom UIImage for substitute below the date if you want this functionality in rush then call the delegate method. |
Has any progress been made on this? I need this for a project so I'd have a look at implementing it if there is no progress. |
@anthonycastelli I don't mean to sound rude, but don't rush @WenchaoD. He works on this during his free time... Why not move on to other aspects of your projects while waiting for this? |
@Archivus Im at the end of my project but I was just wondering if he started it, that way if he did I would let him finish, otherwise I would move forward and look into implementing it and submitting a PR. I wasn't rushing his at all. Was just looking for a progress report on it. |
@anthonycastelli guess not and looking forward to you PR |
@wyattzhang I implemented it here if you want to take a look. anthonycastelli@edea77b |
Hi guys. Do you think this functionality is also necessary? |
Given size of the event indicators this might look a little funky as it would be a super tiny dot, but since its just a CALayer this is easy to add. |
I've submitted a PR. #234 It was the best option for what I needed as it allowed the most customization. |
@WenchaoD As @anthonycastelli mentioned, it would be useless as the dots are tiny - it would make for bad UX as the user would have to strain his eyes and the information wouldn't be apparent at a single glance. |
@anthonycastelli thanks |
@wyattzhang My pleasure. Regarding the outline on the dots, I left a comment with an idea on #225 |
@wyattzhang I agree but then you'd have to add resizing event indicators, be able to modify the space between indicators and events, etc. These all seem pretty easy from my scouring of the files. |
sorry ... but ... the author has already done these dirty works for you although with some limitations |
Hello , |
Rather than having a single color for all event indicators, would it be possible to have different colors for each event depending on the nature of the event for example?
The text was updated successfully, but these errors were encountered: