Files
yuyin_ios/SweetParty/主类/Dynamic/View/SPTrendReportCell.xib
2025-08-08 11:05:33 +08:00

55 lines
4.2 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"/>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="SPTrendReportCell">
<rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LCY-wG-fZ9">
<rect key="frame" x="28" y="18" width="31.5" height="14.5"/>
<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>
<button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="O1Z-zT-aWm">
<rect key="frame" x="0.0" y="16" width="18" height="18"/>
<constraints>
<constraint firstAttribute="height" constant="18" id="gLQ-U1-WwH"/>
<constraint firstAttribute="width" constant="18" id="v56-Kv-tPV"/>
</constraints>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" image="login_xieyi_nor"/>
<state key="selected" image="login_xieyi_sel"/>
</button>
</subviews>
</view>
<constraints>
<constraint firstItem="LCY-wG-fZ9" firstAttribute="leading" secondItem="O1Z-zT-aWm" secondAttribute="trailing" constant="10" id="Caq-PU-SHb"/>
<constraint firstItem="O1Z-zT-aWm" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="Tv7-Ck-tf4"/>
<constraint firstItem="O1Z-zT-aWm" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="bm4-Nc-rfJ"/>
<constraint firstItem="LCY-wG-fZ9" firstAttribute="centerY" secondItem="O1Z-zT-aWm" secondAttribute="centerY" id="mb5-fH-vLs"/>
</constraints>
<connections>
<outlet property="reasonLab" destination="LCY-wG-fZ9" id="BVe-L3-ep0"/>
<outlet property="selBtn" destination="O1Z-zT-aWm" id="4ci-ac-Z3I"/>
</connections>
<point key="canvasLocation" x="132" y="109"/>
</collectionViewCell>
</objects>
<resources>
<image name="login_xieyi_nor" width="20" height="20"/>
<image name="login_xieyi_sel" width="20" height="20"/>
</resources>
</document>