-
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
disable tap gesture on placeholder #357
Comments
Not yet @pvni . |
Thanks for reply. Thank you On Fri, Jul 8, 2016 at 4:31 PM, Wenchao Ding notifications@github.com
Thanks,Pavani A |
Hi @pvni Try this - (BOOL)calendar:(FSCalendar *)calendar shouldSelectDate:(NSDate *)date
{
return [calendar isDate:date equalToDate:calendar.currentPage toCalendarUnit:FSCalendarUnitMonth];
} |
Thanks for reply, On Sat, Jul 9, 2016 at 2:19 PM, Wenchao Ding notifications@github.com
Thanks,Pavani A |
But when i select the placeholder after 31st of this month are selecting On Thu, Jul 14, 2016 at 3:50 PM, Wenchao Ding notifications@github.com
Thanks,Pavani A |
Can u share a demo to reproduce, coz it's working for me. |
HI, when i select some dates and came back to another view.And when i go to On Thu, Jul 14, 2016 at 5:50 PM, Wenchao Ding notifications@github.com
Thanks,Pavani A |
Implemented this functionality.Thanks for support.. On Fri, Jul 15, 2016 at 1:17 PM, pavani annamaneni an.pavanirao@gmail.com
Thanks,Pavani A |
Hey! I'm also trying to figure out how to disable selection of placeholder dates, but I don't quite understand how to use this function you mentioned. Could you please write it in Swift? |
for Swift func calendar(_ calendar: FSCalendar, shouldSelect date: Date, at monthPosition: FSCalendarMonthPosition) -> Bool { |
Is it possible to disable the tap gesture on placeholder and previous dates?
The text was updated successfully, but these errors were encountered: