-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Description
Hey! I implemented the calendar but I have some problems to have a correct render with the header. I can't see the title I set and also the day labels are over the status bar.

PDTSimpleCalendarViewController *calendarViewController = [[PDTSimpleCalendarViewController alloc] init];
[calendarViewController setDelegate:self];
calendarViewController.weekdayHeaderEnabled = YES;
calendarViewController.weekdayTextType = PDTSimpleCalendarViewWeekdayTextTypeShort;
[calendarViewController setTitle:@"SimpleCalendar"];
if ([UIViewController instancesRespondToSelector:@selector(edgesForExtendedLayout)]) {
[calendarViewController setEdgesForExtendedLayout:UIRectEdgeNone];
}
[self presentViewController:calendarViewController animated:YES completion:nil];
Metadata
Metadata
Assignees
Labels
No labels