-1

When i select date and then i select another date selectedview visible on previous selected date

let parameters = ConfigurationParameters(
            startDate: startDate,
            endDate: endDate,
            numberOfRows: 6,
            calendar: calendar,
            generateOutDates: .tillEndOfRow,
            firstDayOfWeek: .monday
        )

        return parameters
Jayesh Nai
  • 361
  • 1
  • 4
  • 13

1 Answers1

-1

actually code was fine i was getting some error due to xcode issue i had tested on real device and it was working fine

Jayesh Nai
  • 361
  • 1
  • 4
  • 13