This commit is contained in:
2025-04-30 16:34:02 +08:00
parent dd5cf8ad36
commit 32258f688e
11 changed files with 85 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
@@ -21,7 +21,7 @@
<rect key="frame" x="15" y="0.0" width="290" height="48"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dJI-wp-REe">
<rect key="frame" x="15.000000000000004" y="15" width="37.333333333333343" height="18"/>
<rect key="frame" x="15" y="15" width="260" height="18"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
@@ -29,6 +29,7 @@
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="dJI-wp-REe" secondAttribute="trailing" constant="15" id="4tu-cI-LLV"/>
<constraint firstAttribute="bottom" secondItem="dJI-wp-REe" secondAttribute="bottom" constant="15" id="56o-wF-6WX"/>
<constraint firstItem="dJI-wp-REe" firstAttribute="leading" secondItem="APJ-0z-014" secondAttribute="leading" constant="15" id="K7d-Zk-3Xm"/>
<constraint firstItem="dJI-wp-REe" firstAttribute="top" secondItem="APJ-0z-014" secondAttribute="top" constant="15" id="rcr-4D-gn9"/>