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

61 lines
4.4 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" useSafeAreas="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="Safe area layout guides" minToolsVersion="9.0"/>
<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="SPPickPhotoCell">
<rect key="frame" x="0.0" y="0.0" width="142" height="138"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="142" height="138"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trend_pick_photo" translatesAutoresizingMaskIntoConstraints="NO" id="5tu-KD-1hD">
<rect key="frame" x="0.0" y="0.0" width="142" height="138"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
<real key="value" value="5"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="h4Z-Pi-vQb">
<rect key="frame" x="107" y="0.0" width="35" height="35"/>
<constraints>
<constraint firstAttribute="height" constant="35" id="ZdX-RJ-DW5"/>
<constraint firstAttribute="width" constant="35" id="bga-WK-1a5"/>
</constraints>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" image="trend_delete_photo"/>
</button>
</subviews>
</view>
<viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
<constraints>
<constraint firstItem="h4Z-Pi-vQb" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="KbI-sF-Ae1"/>
<constraint firstItem="5tu-KD-1hD" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="KjK-YJ-VhT"/>
<constraint firstAttribute="trailing" secondItem="5tu-KD-1hD" secondAttribute="trailing" id="MiS-Et-vNj"/>
<constraint firstItem="5tu-KD-1hD" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="anl-BD-anW"/>
<constraint firstAttribute="bottom" secondItem="5tu-KD-1hD" secondAttribute="bottom" id="g1Z-eo-akJ"/>
<constraint firstAttribute="trailing" secondItem="h4Z-Pi-vQb" secondAttribute="trailing" id="khb-LC-zCL"/>
</constraints>
<size key="customSize" width="142" height="138"/>
<connections>
<outlet property="deleteBtn" destination="h4Z-Pi-vQb" id="Yrp-zv-CZ1"/>
<outlet property="imgV" destination="5tu-KD-1hD" id="6ez-5U-jkS"/>
</connections>
<point key="canvasLocation" x="198.55072463768118" y="137.94642857142856"/>
</collectionViewCell>
</objects>
<resources>
<image name="trend_delete_photo" width="24" height="24"/>
<image name="trend_pick_photo" width="88" height="88"/>
</resources>
</document>