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

50 lines
3.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="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="FAEpSelectorCell" customModule="Fableon" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="185" height="250"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="185" height="250"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhy-MQ-hyT">
<rect key="frame" x="88.666666666666671" y="115.33333333333333" width="8" height="19.333333333333329"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="lock_icon_01" translatesAutoresizingMaskIntoConstraints="NO" id="SWr-gt-V62">
<rect key="frame" x="169" y="237" width="12" height="12"/>
</imageView>
</subviews>
</view>
<viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
<constraints>
<constraint firstItem="yhy-MQ-hyT" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="CFQ-ov-ult"/>
<constraint firstItem="yhy-MQ-hyT" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="Ov2-Ct-sBR"/>
<constraint firstAttribute="bottom" secondItem="SWr-gt-V62" secondAttribute="bottom" constant="1" id="yP9-YB-f8b"/>
<constraint firstAttribute="trailing" secondItem="SWr-gt-V62" secondAttribute="trailing" constant="4" id="zsC-gY-FUL"/>
</constraints>
<size key="customSize" width="185" height="250"/>
<connections>
<outlet property="lockImageView" destination="SWr-gt-V62" id="Y64-xm-3BX"/>
<outlet property="numberLabel" destination="yhy-MQ-hyT" id="SSw-lq-oFo"/>
</connections>
<point key="canvasLocation" x="241.98473282442748" y="111.9718309859155"/>
</collectionViewCell>
</objects>
<resources>
<image name="lock_icon_01" width="12" height="12"/>
</resources>
</document>