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

Add multiple Events Same day and display multiple dots #26

Closed
Rix1212 opened this issue Sep 26, 2014 · 14 comments
Closed

Add multiple Events Same day and display multiple dots #26

Rix1212 opened this issue Sep 26, 2014 · 14 comments

Comments

@Rix1212
Copy link

Rix1212 commented Sep 26, 2014

sample
Your are doing a great job ,I need to know that Is there any provision to show multiple events by displaying more than one dots below the date and display events below when clicked on that particular date as in the image.
Thanks,
Rix

@ruslanskorb
Copy link
Owner

Hi Rix,

There is no provision to show multiple events by displaying more than one dots below the date and display events below when clicked on that particular date.

The main objective of the marker under the date is to show that this day has one or more events.
I think that the displaying of more than one events using two or more markers is unnecessary and it is not always possible. We not be able to display ten markers if we have ten events. At the same time, the displaying of two markers for ten events seems strange to me.

I think that the displaying of events below when clicked on the particular date may not be suitable in all cases. In some applications is preferable to use the individual screen with the individual style to display a list of events.
However, we can try to give the developer the ability to enable / disable this functionality.
The only thing that bothers me in the above image is the lack of a simple way to close the list of events if it is very long. What can you suggest to solve this problem?

Sincerely,
Ruslan

@Rix1212
Copy link
Author

Rix1212 commented Sep 27, 2014

The possible way to close the events associated with the date is by tapping that date again ,I think this will be a best way.
Thanks,
Rix

@ruslanskorb
Copy link
Owner

I purposely said about the large list of events in the previous answer. I think that in this case your option is not suitable.
Maybe I do not fully understand your idea. But, at the moment, the proposed version (which is displayed in the image above), I would not add.
I am more inclined to the solution that Apple has implemented for solving this problem in the application "Calendar". They are moved the date to the top and fix it there. In this case, pressing on the date to hide the list is the best one.

sample

Best Regards,
Ruslan

@Rix1212
Copy link
Author

Rix1212 commented Sep 27, 2014

Hi Rulan , I just asked weather it is possible to implement this kind of user interface. This is what the requirement I am asked to do so, why I asked weather the source can be customized to create a user interface like the image i shown in the above comment.
Thanks,
Rix

@ruslanskorb
Copy link
Owner

OK :)
If you want to do that, then you need to add the additional functionality to the "RSDayFlow". The number of necessary changes is quite large. Therefore, I can not describe it here. However, you can ask me about some specific points.

Cheers,
Ruslan

@Rix1212
Copy link
Author

Rix1212 commented Sep 27, 2014

Ok ..Thanks .

@Rix1212
Copy link
Author

Rix1212 commented Oct 20, 2014

Hi Ruslan,
I need to add two marker for showing multiple events and 1 marker for single event how do I do that and the maximum markers that can be added to the date is two and not more than that.

Thanks Rix

@ruslanskorb
Copy link
Owner

Hi Rix,

You need to add into RSDFDatePickerDayCell additional image views for markers and the logic related with it. And you need to change the logic of the markers in the method collectionView:cellForItemAtIndexPath: of RSDFDatePickerView.

Sincerely,
Ruslan

@Rix1212
Copy link
Author

Rix1212 commented Oct 24, 2014

Thanks, Ruslan will check and let you know.

@Rix1212
Copy link
Author

Rix1212 commented Nov 12, 2014

sample
Hi Ruslan,
How to add month label just above the first day of the same month as in the ios8 calendar app.

Thanks,
Rix

@ruslanskorb
Copy link
Owner

Please take a look here - #38

Best,
Ruslan

@Rix1212
Copy link
Author

Rix1212 commented Nov 14, 2014

While scrolling future dates the app crashes and stops leaving error EXC_BAD_ACCESS in [super layoutsubviews] can you guess this error?

Thanks ,
Rix

@ruslanskorb
Copy link
Owner

Hi Rix,

Which version of the RSDayFlow are you using? Can you make a fork and demonstrate a problem?
I have tested the latest version and found no problems.

p.s. Please create new issues for different questions.

Thanks,
Ruslan

@Rix1212
Copy link
Author

Rix1212 commented Nov 26, 2014

Hi Ruslan,
Is is possible to highlight the dots with different colour when the date is selected and I need to show the line for first week in every month and not the below weeks how can we do that.
screen shot 2014-12-03 at 11 22 13 pm
Waiting for you reply.
Thanks,
Rix

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