Skip to content

Cannot see the Title and days label are over status bar #83

@redigloo

Description

@redigloo

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.
slack for ios upload-4 png

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions