Files
yuyin_ios/SweetParty/主类/狸猫新增/周星榜/LMWeekCurrentCollectionViewCell.xib

62 lines
5.0 KiB
Plaintext
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
<?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_12" 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="LMWeekCurrentCollectionViewCell">
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
<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="100"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="week_item_current_nor" translatesAutoresizingMaskIntoConstraints="NO" id="Gyg-XH-v0H">
<rect key="frame" x="15" y="0.0" width="70" height="70"/>
<constraints>
<constraint firstAttribute="width" constant="70" id="Sjk-8Y-WXD"/>
<constraint firstAttribute="height" constant="70" id="z1p-sk-aBr"/>
</constraints>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="DdP-fK-6R7">
<rect key="frame" x="25" y="10" width="50" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="WBJ-gK-JSp"/>
<constraint firstAttribute="width" constant="50" id="uSJ-9H-g8d"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="礼物昵称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DVC-dP-2CY">
<rect key="frame" x="25.333333333333332" y="75" width="49.333333333333343" height="14.333333333333329"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</view>
<constraints>
<constraint firstItem="Gyg-XH-v0H" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="FHy-RG-E9A"/>
<constraint firstItem="DdP-fK-6R7" firstAttribute="centerX" secondItem="Gyg-XH-v0H" secondAttribute="centerX" id="Qfd-zg-vYT"/>
<constraint firstItem="DdP-fK-6R7" firstAttribute="centerY" secondItem="Gyg-XH-v0H" secondAttribute="centerY" id="UcM-0c-4nN"/>
<constraint firstItem="DVC-dP-2CY" firstAttribute="top" secondItem="Gyg-XH-v0H" secondAttribute="bottom" constant="5" id="WR0-Gl-ybv"/>
<constraint firstItem="Gyg-XH-v0H" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="hdG-Ib-FI3"/>
<constraint firstItem="DVC-dP-2CY" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="sR4-xe-ug4"/>
</constraints>
<size key="customSize" width="101" height="105"/>
<connections>
<outlet property="giftBaseImage" destination="DdP-fK-6R7" id="SLe-Wa-B6O"/>
<outlet property="giftBgImage" destination="Gyg-XH-v0H" id="0Na-fk-B65"/>
<outlet property="giftNameLabel" destination="DVC-dP-2CY" id="jTe-DJ-Tpv"/>
</connections>
<point key="canvasLocation" x="168.70229007633588" y="8.0985915492957758"/>
</collectionViewCell>
</objects>
<resources>
<image name="week_item_current_nor" width="64" height="63.5"/>
</resources>
</document>