Ariel Gemilang
Ariel Gemilang

Reputation: 791

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?

Upvotes: 2

Views: 2403

Answers (1)

Neethu M
Neethu M

Reputation: 644

Using FSCalendar,

 calendar.scrollDirection = .vertical
 calendar.pagingEnabled = false

Upvotes: 15

Related Questions