Skip to content

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

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];

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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