From 42b78147ee4d1f9a211851256b4623afe6a102cd Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 24 四月 2024 10:06:58 +0800
Subject: [PATCH] 修复组控无法保存名称的问题,
---
HDL-ON_iOS/LaunchScreen.storyboard | 17 ++++-------------
1 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/HDL-ON_iOS/LaunchScreen.storyboard b/HDL-ON_iOS/LaunchScreen.storyboard
index a020f70..8536798 100644
--- a/HDL-ON_iOS/LaunchScreen.storyboard
+++ b/HDL-ON_iOS/LaunchScreen.storyboard
@@ -4,7 +4,6 @@
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
@@ -20,18 +19,13 @@
<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="launchIcon" translatesAutoresizingMaskIntoConstraints="NO" id="uRb-TX-zuA">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
+ <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" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="uRb-TX-zuA" secondAttribute="bottom" id="J1p-Lx-MMq"/>
- <constraint firstItem="uRb-TX-zuA" firstAttribute="top" secondItem="sUV-Pw-Z9w" secondAttribute="top" id="PaV-wt-TE0"/>
- <constraint firstAttribute="trailing" secondItem="uRb-TX-zuA" secondAttribute="trailing" id="Wne-NW-2Xv"/>
- <constraint firstItem="uRb-TX-zuA" firstAttribute="leading" secondItem="sUV-Pw-Z9w" secondAttribute="leading" id="jns-Jg-acb"/>
- </constraints>
+ <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"/>
@@ -41,8 +35,5 @@
</scenes>
<resources>
<image name="launchIcon" width="1125" height="2436"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
</resources>
</document>
--
Gitblit v1.8.0