-
Notifications
You must be signed in to change notification settings - Fork 348
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
Current time indicator for all dates. #358
Comments
Could you please elaborate on your idea? Do you propose to have an option to show current time even for e.g. yesterday or any other day in the past/future? Which color should that indicator have? Currently it just mimics the default Calendar app behavior, which is to show it just for "today". |
Currently, the time indicator is only shown if it is today, like the default Calender app. |
I suggest you modifying the library (forking) and then adjusting the logic of hiding that time indicator. e.g. you might change the color of the indicator for other dates than today, the relevant code is here: https://github.com/richardtop/CalendarKit/blob/master/Sources/Timeline/TimelineView.swift#L382 |
Thanks, |
Were you able to achieve the result you intended? Can this ticket be closed? |
YES. Thanks for great support. |
The current time indicator, which shows the current time, is only displayed if it is today. It would be a nice option for CalendarKit if it could be improved to be visible on all dates.
Thanks.
The text was updated successfully, but these errors were encountered: