From 64ba86372b5fe0cddb636a84a9d2964f8a48b7dc Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 22 四月 2024 15:41:38 +0800 Subject: [PATCH] 隐藏跑马灯功能,修改推送标记(想天专用) --- HDL-ON_iOS/LaunchScreen.storyboard | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HDL-ON_iOS/LaunchScreen.storyboard b/HDL-ON_iOS/LaunchScreen.storyboard index 77e8307..a020f70 100644 --- a/HDL-ON_iOS/LaunchScreen.storyboard +++ b/HDL-ON_iOS/LaunchScreen.storyboard @@ -20,13 +20,18 @@ <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"> + <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"/> - <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> </view> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="Teb-EY-i8e" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> @@ -35,7 +40,7 @@ </scene> </scenes> <resources> - <image name="launchIcon" width="320" height="568"/> + <image name="launchIcon" width="1125" height="2436"/> <systemColor name="systemBackgroundColor"> <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </systemColor> -- Gitblit v1.8.0