文件名称:QHDanumuDemo:弹幕系统实现
文件大小:1.68MB
文件格式:ZIP
更新时间:2024-03-11 09:03:14
Objective-C
建议参考新的弹幕系统: 说明: QHDanmu文件夹下是主要的弹幕模块系统 QHDanmuSend文件夹下是简单的发射弹幕的界面 使用可以参考ViewController 创建弹幕 self.danmuManager = [[QHDanmuManager alloc] initWithFrame:CGRectMake(0,0,[UIScreen mainScreen] .bounds.size.width,_screenV.bounds.size.height)data:infos inView:_screenV durationTime:1]; [self.danmuManager initStart]; 发射弹幕 self.danmuSendV = [[QHDanmuSendView alloc] initWithFrame:self.view.bounds]; [self.v
【文件预览】:
QHDanumuDemo-master
----QHDanumuDemo()
--------ViewController.m(6KB)
--------Info.plist(1KB)
--------QHDanmuSource.plist(3KB)
--------main.m(330B)
--------QHDanmu()
--------Base.lproj()
--------QHDanmuSend()
--------Images.xcassets()
--------ViewController.h(211B)
--------AppDelegate.h(273B)
--------NSTimer+EOCBlocksSupport.h(343B)
--------AppDelegate.m(2KB)
--------NSTimer+EOCBlocksSupport.m(624B)
----QHDanmuControl()
--------QHDanmu()
--------QHDanmuSend()
----QHDanumuDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(23KB)
----LICENSE(1KB)
----README.md(3KB)
----screenshots()
--------QHDanmuShow.gif(1.73MB)
----QHDanumuDemoTests()
--------Info.plist(733B)
--------QHDanumuDemoTests.m(870B)
----QHDanumuDemo.podspec(546B)