|
@@ -14,6 +14,12 @@
|
|
|
@property(nonatomic, strong) UIButton *TVButton;
|
|
|
@property(nonatomic, strong) UILabel *TVShowLabel;
|
|
|
@property(nonatomic, strong) UIButton *exitPhoneButton;
|
|
|
+
|
|
|
+@property(nonatomic, strong) UILabel *delayedLabel;//延时
|
|
|
+@property(nonatomic, strong) UILabel *PacketLossLabel;//丢包
|
|
|
+@property(nonatomic, strong) UILabel *speedLabel;//速度(带宽)
|
|
|
+@property(nonatomic, strong) UILabel *fpsLabel;
|
|
|
+
|
|
|
@end
|
|
|
|
|
|
@implementation playerSetView
|
|
@@ -128,6 +134,14 @@
|
|
|
// [weakSelf setAllSwitchFun];
|
|
|
// });
|
|
|
|
|
|
+ /***************************顶部按钮显示*******************************************************/
|
|
|
+
|
|
|
+// UILabel * delayedTipLabel = [UILabel a]
|
|
|
+// @property(nonatomic, strong) UILabel *delayedLabel;//延时
|
|
|
+// @property(nonatomic, strong) UILabel *PacketLossLabel;//丢包
|
|
|
+// @property(nonatomic, strong) UILabel *speedLabel;//速度(带宽)
|
|
|
+// @property(nonatomic, strong) UILabel *fpsLabel;
|
|
|
+
|
|
|
/**********************************************************************************/
|
|
|
UIView *bg2View = [UIView new];
|
|
|
bg2View.layer.cornerRadius = 12;
|