-
Notifications
You must be signed in to change notification settings - Fork 810
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
JTAppleCalendar 6.0 Two-Tap range selection #751
Comments
will take a look after work today |
I just checked out your code.
That line was commented out. |
closing issue. |
Hi, Sorry for delay in responding, that totally work. I have 2 issues now
|
Have you implemented the |
Hi, Yes , thats where i see the issue, when i call calendarview. selectDates for selecting multiple dates |
In the screen cap attached i am not getting the date 25th in willDisplayCell delegate, |
How about cellInset ? i i need to reduce the gap between cells (remove empty space) |
The same as for a UICollectionView. calendarView.minimumLineSpacing = 0
calendarView.minimumInteritemSpacing = 0 |
Hi, My height issue got resolved, but assigning cellsize = view.frame/width/7 (since i display 7 rows) When i select calendarCollection.allowsMultipleSelection = true and when i select two date ranges, the day before end date is not getting willDisplayCell delegate call attaching screen cap and code for reference |
i think you are making this way much harder than it needs to be man. here is your zipped file, i removed most of the un-needed code. it should take you to 90% of the way there |
I am using 7.0 version, looks like that is issue with 7.0 . Let me try the same in 6.0 |
you should be using version 7.1.5 |
thank you very much, that helped a lot, we are trying to add the project as source code into our code, the reason being we are using some security libraries that don't allow dynamic frame works |
@sreekanthps i do not know much about static libraries. Sorry about that. I know more about cocoapods. |
I am trying to build my iOS app calendar component with JTAppleCalendar and i have requirement for two tap range selection, i have followed steps as per documentaiton. But i am not able to highlight the color between date range. Attaching code and screen shot of my requirement.
Your help is very much appreciated
DBSCalendar.zip
The text was updated successfully, but these errors were encountered: