Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CCVideo
VOD_iOS_SDK
Wiki
4.开发指南
4.开发指南
· Changes
Page history
Update 4.开发指南
authored
Jan 19, 2022
by
guow
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
4.开发指南.md
4.开发指南.md
+7
-0
No files found.
4.开发指南.md
View page @
8ca2ce0c
...
@@ -1011,6 +1011,13 @@ DWVideoAuthorizeModel数据及含义如下:
...
@@ -1011,6 +1011,13 @@ DWVideoAuthorizeModel数据及含义如下:
HDMarqueeView是跑马灯视图。
HDMarqueeView是跑马灯视图。
```
```
/*
自定义跑马灯
数据格式参考demo中:marquee.json
tempDict:自定义跑马灯的数据
*/
NSDictionary *tempDict = [self readLocalFileWithName:@"marquee"];
/**
/**
* @brief 父视图,必填
* @brief 父视图,必填
*/
*/
...
...