NHCalendarPro:高度自定义日历控件(For iOS)

时间:2021-05-15 05:11:45
【文件属性】:
文件名称:NHCalendarPro:高度自定义日历控件(For iOS)
文件大小:96KB
文件格式:ZIP
更新时间:2021-05-15 05:11:45
Objective-C NHCalendarPro ##高度自定义日历控件(For iOS) ##使用方法: CGRect infoRect = CGRectMake(0, curY, screenWD, screenWD); _calendar = [[NHCalender alloc] initWithFrame:infoRect]; _calendar.delegate = self; _calendar.dataSource = self; _calendar.calendarDate = [NSDate date]; _calendar.currentMonth = [NSDate date]; _calendar.borderSelectColor = [UIColor blackColor]; [self.view addSubview:_calendar]; ##如果某一天有事件需要标注,则在委托
【文件预览】:
NHCalendarPro-master
----NHCalendarProTests()
--------Info.plist(747B)
--------NHCalendarProTests.m(882B)
----screenshots()
--------screen1.png(69KB)
----README.md(783B)
----NHCalendarPro()
--------NHCalendar()
--------main.m(339B)
--------ViewController.m(5KB)
--------AppDelegate.h(282B)
--------NHConstants.h(446B)
--------Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------utils()
--------ViewController.h(220B)
--------Base.lproj()
----NHCalendarPro.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
--------xcuserdata()

网友评论