WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice Over Navigation Issues

dlargen33 opened this issue · comments

With voice over turned on if you swipe right from the last navigation bar item to the next item (in the calendar), notice that the header date (e.g., May 2024) switches to the minimum date, e.g.: December 1969.

  • Integration method. Swift Package Manager

  • Full steps to reproduce.
    Configure FSCalendar as a weekly calendar.
    I implemented max and min date delegate functions. Min date returns first day of the year, max date returns last day of the year
    When voice over is enabled and user swipes to the calendar the heading is changed to the min date.
    After selecting a date and swiping, once the user reaches the last day of the week it does not navigate to the first date of the next
    week, it navigates to the min date but the calendar does not update

  • Device modal and iOS version. iPhone 13, iOS 17.4.1

  • Xcode version. Xcode 15.3

  • FSCalendar version. 2.8.4

VoiceOverFSCalendar.mov