From 75dea8c6b86cd50993625d780eed5ceb02c82f58 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 05 九月 2023 14:14:13 +0800 Subject: [PATCH] 删除注册的服务器选择 --- OnPro/HDL-ON_iOS/LaunchScreen.storyboard | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/OnPro/HDL-ON_iOS/LaunchScreen.storyboard b/OnPro/HDL-ON_iOS/LaunchScreen.storyboard index 9a790b7..3987292 100644 --- a/OnPro/HDL-ON_iOS/LaunchScreen.storyboard +++ b/OnPro/HDL-ON_iOS/LaunchScreen.storyboard @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> <device id="retina6_1" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/> + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> @@ -19,13 +19,6 @@ <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" image="launchIcon1" translatesAutoresizingMaskIntoConstraints="NO" id="9nT-Fx-4qG"> - <rect key="frame" x="240" y="48" width="174" height="162"/> - <constraints> - <constraint firstAttribute="width" constant="174" id="YFZ-tm-Sjh"/> - <constraint firstAttribute="height" constant="162" id="i7v-Bl-YJn"/> - </constraints> - </imageView> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launchIcon2" translatesAutoresizingMaskIntoConstraints="NO" id="dJG-xt-76U"> <rect key="frame" x="0.0" y="663" width="103" height="165"/> <constraints> @@ -38,6 +31,13 @@ <constraints> <constraint firstAttribute="height" constant="172" id="1dy-BP-0hc"/> <constraint firstAttribute="width" constant="212" id="IFI-Nv-6iF"/> + </constraints> + </imageView> + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="launchIcon1" translatesAutoresizingMaskIntoConstraints="NO" id="9nT-Fx-4qG"> + <rect key="frame" x="261" y="0.0" width="174" height="162"/> + <constraints> + <constraint firstAttribute="width" constant="174" id="YFZ-tm-Sjh"/> + <constraint firstAttribute="height" constant="162" id="i7v-Bl-YJn"/> </constraints> </imageView> </subviews> @@ -58,8 +58,8 @@ </scene> </scenes> <resources> - <image name="launchIcon" width="550" height="550"/> - <image name="launchIcon1" width="610" height="570"/> - <image name="launchIcon2" width="326" height="578"/> + <image name="launchIcon" width="120" height="120"/> + <image name="launchIcon1" width="214" height="260"/> + <image name="launchIcon2" width="228" height="278"/> </resources> </document> -- Gitblit v1.8.0