I only get 3 days "sun", "mon" "tue" then I get most of the calendar, but only 3 rows are active if I click the "next" button on the month.... it moves the month title to be properly centered for some reason. The mini list view that shows at the bottom of the calendar doesn't go full with either.
 
1 Answer
In the KalViewController.m replace the following lines
CGRect rect = CGRectMake(0, 0, windowsRect.size.width, windowsRect.size.height); //CGRect rect = CGRectMake(0, 0, MIN(popoverRect.size.width, windowsRect.size.width), MIN(popoverRect.size.height, windowsRect.size.height));
Your Answer
Think you can help? Login to answer this question!