Fableon/Fableon/Object/Class/Home/V/FAGenresListCell.xib
2025-10-23 16:54:27 +08:00

61 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<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="FAGenresListCell" customModule="Fableon" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="229" height="312"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="229" height="312"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="utm-U3-G8N" customClass="FAImageView" customModule="Fableon" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="229" height="271"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="6"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Si-zr-lN5">
<rect key="frame" x="0.0" y="278" width="31" height="14.333333333333314"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<color key="textColor" name="#FFFFFF"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</view>
<viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
<constraints>
<constraint firstItem="utm-U3-G8N" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="98u-Kk-pCp"/>
<constraint firstItem="utm-U3-G8N" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="PB0-C5-REN"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="7Si-zr-lN5" secondAttribute="trailing" id="a09-yq-Qk2"/>
<constraint firstAttribute="trailing" secondItem="utm-U3-G8N" secondAttribute="trailing" id="hye-Zu-8CL"/>
<constraint firstItem="7Si-zr-lN5" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="jdV-h0-WJe"/>
<constraint firstAttribute="bottom" secondItem="utm-U3-G8N" secondAttribute="bottom" constant="41" id="rdd-F2-IN5"/>
<constraint firstItem="7Si-zr-lN5" firstAttribute="top" secondItem="utm-U3-G8N" secondAttribute="bottom" constant="7" id="z5d-BM-XIT"/>
</constraints>
<size key="customSize" width="229" height="312"/>
<connections>
<outlet property="coverImageView" destination="utm-U3-G8N" id="0fD-cC-dSP"/>
<outlet property="nameLabel" destination="7Si-zr-lN5" id="gk6-pC-F5O"/>
</connections>
<point key="canvasLocation" x="275.57251908396944" y="133.80281690140845"/>
</collectionViewCell>
</objects>
<resources>
<namedColor name="#FFFFFF">
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>