JLCalendarView
一个基本的日历视图。
安装
CocoaPods
- 更新到最新版本的 CocoaPods。
- 在 Podfile 中添加
pod 'JLCalendarView'
。 - 运行
pod install
或pod update
。 - 在 Objective-C 代码中添加
import <JLCalendarView/JLCalendarView-swift.h>
,或在 Swift 代码中添加import JLCalendarView
。
一个基本的日历视图。
pod 'JLCalendarView'
。pod install
或 pod update
。import <JLCalendarView/JLCalendarView-swift.h>
,或在 Swift 代码中添加 import JLCalendarView
。