Fableon/Fableon/Class/Me/V/FAMeCell.xib
2025-10-16 11:39:38 +08:00

62 lines
5.0 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"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="67" id="KGk-i7-Jjw" customClass="FAMeCell" customModule="Fableon" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="372" height="67"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="372" height="67"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="oa5-QI-16V">
<rect key="frame" x="32" y="23.666666666666671" width="20" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="6o1-we-ZGi"/>
<constraint firstAttribute="width" constant="20" id="qOw-IG-TUe"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DdC-ud-0R6">
<rect key="frame" x="64" y="25" width="36" height="17"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
<color key="textColor" name="#FFFFFF"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Frame 3015" translatesAutoresizingMaskIntoConstraints="NO" id="VZl-wc-TsY">
<rect key="frame" x="330" y="28.666666666666671" width="10" height="10"/>
</imageView>
</subviews>
<constraints>
<constraint firstItem="DdC-ud-0R6" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="AHI-cq-K4b"/>
<constraint firstItem="oa5-QI-16V" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="HgV-7h-PWs"/>
<constraint firstItem="DdC-ud-0R6" firstAttribute="leading" secondItem="oa5-QI-16V" secondAttribute="trailing" constant="12" id="JNq-Cy-RPf"/>
<constraint firstItem="oa5-QI-16V" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="OxB-Y8-ihy"/>
<constraint firstItem="VZl-wc-TsY" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="dcK-P6-Acp"/>
<constraint firstAttribute="trailing" secondItem="VZl-wc-TsY" secondAttribute="trailing" constant="32" id="juM-rh-i2t"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<connections>
<outlet property="iconImageView" destination="oa5-QI-16V" id="65o-J4-4Pa"/>
<outlet property="nameLabel" destination="DdC-ud-0R6" id="yCn-Yd-29k"/>
</connections>
<point key="canvasLocation" x="178.62595419847327" y="81.338028169014095"/>
</tableViewCell>
</objects>
<resources>
<image name="Frame 3015" width="10" height="10"/>
<namedColor name="#FFFFFF">
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>