AYCalendar
关于
可定制的月导航视图控制器。
演示
演示视频
安装
AYCalendar 可通过 CocoaPods 获得。要安装它,只需在您的 Podfile 中添加以下行
inhibit_all_warnings!
target 'YOUR_TARGET_NAME' do
use_frameworks!
pod 'AYCalendar'
end
用法
// 'calendarDelegate' - object that conform to protocol 'AYCalendarDelegate'.
// 'calendarUIDelegate' - object that conform to protocol 'AYCalendarUIDelegate'.
// 'calendarDataSource' - object that conform to protocol 'AYCalendarDataSource'.
let calendar = AYCalendarViewController()
calendar.delegate = calendarDelegate
calendar.uiDelegate = calendarUIDelegate
calendar.dataSource = calendarDataSource
present(calendar, animated: true, completion: nil)
AYCalendarUIDelegate
作者
Anton Yereshchenko
许可证
AYCalendar 在 MIT 许可下提供。更多信息请参见 LICENSE 文件。
使用的依赖关系
nkopilovskii/NKGridTemplate - https://github.com/nkopilovskii/NKGridTemplate
nkopilovskii/NKSlideScreensTemplate - https://github.com/nkopilovskii/NKSlideScreensTemplate
图标
Icons8 - https://icons8.com