This question is locked. New answers and comments are not allowed.
Hi,
Please see the first attached image. I would like to remove the whitespace which is marked with red. To clear the month name (or Title) I overridden the UpdateVisualsForCell in my own CalendarDelegate:
else if (cell is TKCalendarTitleCell){var title = cell as TKCalendarTitleCell;title.Hidden = true;title.Label.Text = string.Empty;}But it seems like it is still taking up the space. I would like to have the day names closer to the Navigation Bar. See the second attachment "Capture Desired Result.png".
Many thanks in advance.