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

69 lines
6.1 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21679"/>
<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"/>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="SPWalletRechargeCell">
<rect key="frame" x="0.0" y="0.0" width="105" height="82"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="105" height="82"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Z9F-BL-hXc">
<rect key="frame" x="0.0" y="0.0" width="105" height="82"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EYM-GO-Y8Y">
<rect key="frame" x="48" y="46.5" width="9" height="17"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
<color key="textColor" red="0.066666666666666666" green="0.066666666666666666" blue="0.066666666666666666" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_jinbi" translatesAutoresizingMaskIntoConstraints="NO" id="Guu-Dt-hyh">
<rect key="frame" x="24.5" y="17.5" width="17" height="17"/>
<constraints>
<constraint firstAttribute="width" constant="17" id="3jC-nP-eKG"/>
<constraint firstAttribute="height" constant="17" id="Na7-up-cCA"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nKl-od-SD9">
<rect key="frame" x="46.5" y="15" width="32.5" height="21.5"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
<color key="textColor" red="0.066666666666666666" green="0.066666666666666666" blue="0.066666666666666666" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</view>
<constraints>
<constraint firstItem="Guu-Dt-hyh" firstAttribute="centerY" secondItem="nKl-od-SD9" secondAttribute="centerY" id="1tK-LD-r37"/>
<constraint firstItem="EYM-GO-Y8Y" firstAttribute="top" secondItem="nKl-od-SD9" secondAttribute="bottom" constant="10" id="6Yt-yj-7I1"/>
<constraint firstAttribute="bottom" secondItem="Z9F-BL-hXc" secondAttribute="bottom" id="ApE-vf-OdT"/>
<constraint firstItem="Z9F-BL-hXc" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="CR7-6d-DJF"/>
<constraint firstItem="nKl-od-SD9" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" constant="10" id="F6w-6b-8WR"/>
<constraint firstAttribute="trailing" secondItem="Z9F-BL-hXc" secondAttribute="trailing" id="Nyc-IJ-AjB"/>
<constraint firstItem="EYM-GO-Y8Y" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="QG2-HJ-Jre"/>
<constraint firstItem="Z9F-BL-hXc" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="SJP-R2-9TG"/>
<constraint firstItem="nKl-od-SD9" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="15" id="l42-O1-Yeo"/>
<constraint firstItem="nKl-od-SD9" firstAttribute="leading" secondItem="Guu-Dt-hyh" secondAttribute="trailing" constant="5" id="uNX-d2-yi6"/>
</constraints>
<size key="customSize" width="208" height="72"/>
<connections>
<outlet property="bgImgV" destination="Z9F-BL-hXc" id="4g1-vW-8fl"/>
<outlet property="coinLab" destination="nKl-od-SD9" id="UAC-tE-oEZ"/>
<outlet property="priceLab" destination="EYM-GO-Y8Y" id="ex1-Lh-XLA"/>
</connections>
<point key="canvasLocation" x="76" y="-25"/>
</collectionViewCell>
</objects>
<resources>
<image name="wallet_jinbi" width="24" height="24"/>
</resources>
</document>