Files
yuyin_ios/SweetParty/主类/Mine/Controller/HXMineLevelCell.xib
2025-08-08 11:05:33 +08:00

70 lines
6.4 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="HXMineLevelCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7wX-gp-A4L">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n6C-3w-GJs">
<rect key="frame" x="149.5" y="14.5" width="21.5" height="15"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
<color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1-10" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="X9a-2P-tzC">
<rect key="frame" x="35.5" y="14.5" width="25" height="15"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
<color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="aRM-Qj-XCr">
<rect key="frame" x="252" y="12" width="40" height="20"/>
<constraints>
<constraint firstAttribute="width" constant="40" id="C53-i6-oLe"/>
<constraint firstAttribute="height" constant="20" id="G4y-eF-GRt"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="n6C-3w-GJs" firstAttribute="centerX" secondItem="7wX-gp-A4L" secondAttribute="centerX" id="1ZY-FX-xrn"/>
<constraint firstItem="aRM-Qj-XCr" firstAttribute="centerY" secondItem="7wX-gp-A4L" secondAttribute="centerY" id="5xj-k5-oAL"/>
<constraint firstItem="aRM-Qj-XCr" firstAttribute="centerX" secondItem="7wX-gp-A4L" secondAttribute="centerX" multiplier="1.7" id="c29-gz-C6M"/>
<constraint firstItem="n6C-3w-GJs" firstAttribute="centerY" secondItem="7wX-gp-A4L" secondAttribute="centerY" id="l6V-ok-ujJ"/>
<constraint firstItem="X9a-2P-tzC" firstAttribute="centerY" secondItem="7wX-gp-A4L" secondAttribute="centerY" id="qyK-xK-l5a"/>
<constraint firstItem="X9a-2P-tzC" firstAttribute="centerX" secondItem="7wX-gp-A4L" secondAttribute="centerX" multiplier="0.3" id="vzT-IO-bpi"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="7wX-gp-A4L" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="0DC-ff-F12"/>
<constraint firstItem="7wX-gp-A4L" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="1fT-ED-lSu"/>
<constraint firstAttribute="bottom" secondItem="7wX-gp-A4L" secondAttribute="bottom" id="Xd7-Wl-lhF"/>
<constraint firstAttribute="trailing" secondItem="7wX-gp-A4L" secondAttribute="trailing" id="sts-TA-4Tc"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="levelImgV" destination="aRM-Qj-XCr" id="Dzs-oG-YKE"/>
<outlet property="levelLab" destination="X9a-2P-tzC" id="bjs-qW-hVQ"/>
<outlet property="valueLab" destination="n6C-3w-GJs" id="nkr-yL-mDM"/>
</connections>
<point key="canvasLocation" x="132" y="117"/>
</tableViewCell>
</objects>
</document>