Skip to content

FSCalendar crash most of the time when minimumDate & maximumDate is set Today and selectDate is also Today #604

@santu7420

Description

@santu7420

FSCalendar crash most of time when minimumDate & maximumDate is set Today and selectDate is also Today. Below is step for reproducible.

  1. Download latest version of Master on 5-Mar-2017
  2. Open Project "Example-Objc"
  3. Goto FullScreenExampleViewController.m and Change below code in ViewDidload -

self.minimumDate = [NSDate date];
self.maximumDate = [NSDate date];
[self.calendar selectDate:[NSDate date] scrollToDate:YES];

  1. Run Application on Simulator / Device and Tap - FullScreenExample (Please repeat Back to Home and Home to Full Screen Example if crash not happen 1st time)
  • Xcode version. 8.2.1

Screen Shot -

screen shot 2017-03-05 at 8 05 21 pm

Sample Project -

FSCalendar-master 2.zip

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