I noticed that Tapku calendar grid resized between 5×5 and 6×6 depending on the month’s dates distribution. For example it displays 5×5 grid for March 2012 and displays 6×6 grid for September 2012! For me it makes GUI alignments go wrong so I want grid to be always 6×6. I have been looking into TKCalenderMonthView’s rangeOfDatesInMonthGrid method but not getting how it creates the grid! Could anyone please tell me how to fix the grid 6×6 always.
Thanks.
Solution to 2nd Point.If you want to display a mark on selected and remove mark from deselected dates then use follwoing code.(It wont display blue mark)
And add this line
NSArray *data=[[NSArray alloc] initWithArray:array1];in the below method