swift - 如何在同一页 FSCalendar Swift 3 显示 2 个月

标签 swift fscalendar

所以我试图让日历同时显示 2 个月并垂直滚动。

it display 2 month at the same tim

如何在 Swift 中做到这一点?

最佳答案

使用 FSCalendar,

 calendar.scrollDirection = .vertical
 calendar.pagingEnabled = false

关于swift - 如何在同一页 FSCalendar Swift 3 显示 2 个月,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44297168/

相关文章:

ios - 如何从数组显示 fs 日历中的事件点

ios - 创建像 iOS 日历一样的 TableView

ios - 按日期获取最后 25 个 CoreData 条目

ios - Swift:谷歌翻译格式失败

ios - 如何获取 UIImageView 中图像的右上角和左下角坐标

ios - FSCalendar:如何获取两个日期中的日期?

ios - 如何在 FSCalendar 中自定义单元格?

ios - 如何从一个屏幕获取数据并将其添加到另一个屏幕上的 UIView 中?

ios - 验证 UITextField 中的电子邮件地址

ios - 在 FSCalendar 中显示来自 API 的事件