Skip to content

Changed it to NSCalendarIdentifierIslamic not working #139

Open
@shoaibhassanWhizpool

Description

@shoaibhassanWhizpool

I changed it type to islamic in viewDidLoad of subclass of CKCalendarViewController.

here is my code

NSCalendar *islamicCalender = [[NSCalendar alloc] initWithCalendarIdentifier:NSCalendarIdentifierIslamic];
[self.calendarView setCalendar:islamicCalender];
[self.calendarView reload];

but it does't allow me to update after 2 times right button pressed for next month.and it stucks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions