添加本地网络描述,细节修改
This commit is contained in:
+3
-3
@@ -37,10 +37,10 @@
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<subviews>
|
||||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="YVK-ee-AkR">
|
||||
<rect key="frame" x="25.5" y="-20" width="40" height="40"/>
|
||||
<rect key="frame" x="15.5" y="-30" width="60" height="60"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="40" id="OAr-LF-mDb"/>
|
||||
<constraint firstAttribute="height" constant="40" id="y9z-26-RmD"/>
|
||||
<constraint firstAttribute="width" constant="60" id="OAr-LF-mDb"/>
|
||||
<constraint firstAttribute="height" constant="60" id="y9z-26-RmD"/>
|
||||
</constraints>
|
||||
</imageView>
|
||||
</subviews>
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
// NSString *string = [formatter stringFromDate:self.model.date]; //
|
||||
|
||||
[self setTitleString:@"视频回放"];
|
||||
self.view.backgroundColor=[UIColor lightGrayColor];
|
||||
self.view.backgroundColor=[UIColor blackColor];
|
||||
[self connectDevice];
|
||||
|
||||
// Do any additional setup after loading the view from its nib.
|
||||
|
||||
Reference in New Issue
Block a user