iOS Objective-C 中的日历视图 iOS 9+

iOS Calendar View in Objective-C for iOS 9+

我正在寻找一个成熟的、维护良好的 Objective-C 日历视图 iOS 与 iOS 9+ 兼容,可以在我的应用程序中实现。我想实现类似于附件设计的东西。

我看过的许多日历要么是用 Swift 写的,要么没有维护。

Example of what I want the Calendar View to achieve

如您在示例中所见,我需要库中提供以下功能

我已经尝试过 FSCalendar,但它似乎不满足所有这些要求。

您可以尝试 JTCalendar. With some customization you should be able to achieve that result. I used it in this app 提供一个与您的日历非常相似的日历(每一天都显示带有辅助视图的进度)。