From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 17:17:19 +0800 Subject: [PATCH] tcp;可视对讲; --- HDL-ON_iOS/LaunchScreen.storyboard | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/LaunchScreen.storyboard b/HDL-ON_iOS/LaunchScreen.storyboard index f8a9caa..8536798 100644 --- a/HDL-ON_iOS/LaunchScreen.storyboard +++ b/HDL-ON_iOS/LaunchScreen.storyboard @@ -1,9 +1,39 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES"> +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="3r8-75-jMA"> <device id="retina6_1" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/> + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> - <scenes/> + <scenes> + <!--View Controller--> + <scene sceneID="7nA-5F-ma4"> + <objects> + <viewController id="3r8-75-jMA" sceneMemberID="viewController"> + <layoutGuides> + <viewControllerLayoutGuide type="top" id="keD-Yh-zgx"/> + <viewControllerLayoutGuide type="bottom" id="8bw-pZ-ZYY"/> + </layoutGuides> + <view key="view" contentMode="scaleToFill" id="sUV-Pw-Z9w"> + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <subviews> + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="launchIcon" translatesAutoresizingMaskIntoConstraints="NO" id="uRb-TX-zuA"> + <rect key="frame" x="0.0" y="29" width="414" height="838"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <color key="backgroundColor" red="0.0084070693700000008" green="0.026314456020000002" blue="0.086280576880000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> + </imageView> + </subviews> + <color key="backgroundColor" red="0.0043938206510000001" green="0.022623445839999999" blue="0.07451530546" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> + </view> + </viewController> + <placeholder placeholderIdentifier="IBFirstResponder" id="Teb-EY-i8e" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> + </objects> + <point key="canvasLocation" x="2173.913043478261" y="-1156.4732142857142"/> + </scene> + </scenes> + <resources> + <image name="launchIcon" width="1125" height="2436"/> + </resources> </document> -- Gitblit v1.8.0