添加本地网络描述,细节修改

This commit is contained in:
kai60
2020-10-20 16:23:46 +08:00
parent 0611c6147b
commit 1055f7ddd7
8 changed files with 8 additions and 6 deletions
+2
View File
@@ -372,6 +372,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>爱鱼奇需要您的同意,才能使用相机,以使用图片上传或扫一扫等功能</string>
<key>NSLocalNetworkUsageDescription</key>
<string>为给爱鱼奇智能硬件产品配置网络,发送指令等,需要使用本地网络</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>为获取爱鱼奇智能硬件产品及用户的地址区域分布,以提供更好的特色服务,爱鱼奇将获取您的地址</string>
<key>NSLocationWhenInUseUsageDescription</key>
@@ -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>
@@ -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.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 51 KiB