Reputation: 791
So i was trying to make the calendar display 2 month at the same time and have vertical scrolling.
How to do that in Swift?
Upvotes: 2
Views: 2403
Reputation: 644
Using FSCalendar,
calendar.scrollDirection = .vertical
calendar.pagingEnabled = false
Upvotes: 15