Search code examples
swiftfscalendar

How to display 2 month at same page FSCalendar Swift 3


So i was trying to make the calendar display 2 month at the same time and have vertical scrolling.

it display 2 month at the same tim

How to do that in Swift?


Solution

  • Using FSCalendar,

     calendar.scrollDirection = .vertical
     calendar.pagingEnabled = false