开发版本-developer——01 first commit
This commit is contained in:
+4
@@ -10,6 +10,10 @@
|
||||
#import "ShopKanHuP2PViewController.h"
|
||||
#import "IfishKankanListModel.h"
|
||||
#import "P2PShareViewBootomView.h"
|
||||
|
||||
/**
|
||||
观看鱼友直播内容
|
||||
*/
|
||||
@interface IfishP2PLivePlayViewController : ShopKanHuP2PViewController
|
||||
|
||||
@property(nonatomic,strong) P2PShareViewBootomView * subHbottomView;
|
||||
|
||||
-5
@@ -20,11 +20,6 @@
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view.
|
||||
[self addTitleViewWithTitle:@"分享中"];
|
||||
//自定义封装播放器 由于xib创建OPGLview 无法显示(暂未找到方法)暂时不用 纯代码建UI可以试试
|
||||
//[self setupVideoPlayView];
|
||||
//现采用继承ShopKanHuP2PViewController 替换底部 HbootmView
|
||||
|
||||
// self.HbootmView.hidden= YES;
|
||||
self.view.backgroundColor = TABLE_BACKGROUD_COLOR;
|
||||
[self resetBootomView];
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
#import "ProgressImageView.h"
|
||||
#import "OpenGLView.h"
|
||||
#import "TouchButton.h"
|
||||
|
||||
#import<GWP2P/GWP2P.h>
|
||||
#import "CustomBorderButton.h"
|
||||
#import "CustomView.h"
|
||||
#define FocalLength_Elongation_btnTag 300
|
||||
|
||||
Reference in New Issue
Block a user