-
Notifications
You must be signed in to change notification settings - Fork 69
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
CalendarMonthView - click over 6's row #9
Comments
It's a bug, i have it fixed in one other project, but completely forgot to On Mon, Dec 26, 2011 at 8:38 AM, MaximKorobov <
|
Could I do something or donate a bit of $ to speed up fixing this issue? I should do other tasks over project too. I tried https://github.com/Clancey/UICalendar fork, but it's not very nice. For example, I didn't found IsDateAvailable() event. |
Also, how to get new calendar's height, when user switch to october 2011? It should be bigger than MonthView.Frame.Height. OK, I made MonthView._scrollView as public and use such code to get frame of View under calendar: |
Hi ! |
I solved the problem by inserting in MoveCalendarMonths() just before SetNeedsDisplay
SetNeedsDisplay(); This worked in the new codebase. Although i could not use that because of to many changes by me in the old one. I also had to do a quick and dirty fix in the old base, in SelectDayView() by removing two lines which prevents current day to be selected: the last date in current month in sixth row seems to be the selected by default when switching month. //if (newSelectedDayView == SelectedDayView) Many thanks for this great component! Jonas |
Thank you all. I solved it after looked into https://github.com/Clancey/UICalendar fork. See "oldFrame"-related code. |
Is it possible to select date on 6 (5 if we starts from 0) row?
I mean july 31, october 30-31 of 2011.
I tried UICalendar for monotouch, which seems like fork of this component, and it is possible to select 6's row date.
The text was updated successfully, but these errors were encountered: