tokenary/Tokenary iOS/Screens/Accounts/AccountTableViewCell.xib
2021-12-09 16:25:30 +03:00

73 lines
6.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
<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="39" id="KGk-i7-Jjw" customClass="AccountTableViewCell" customModule="Tokenary_iOS" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
<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="320" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ooA-yA-X52">
<rect key="frame" x="16" y="10" width="30" height="30"/>
<constraints>
<constraint firstAttribute="width" secondItem="ooA-yA-X52" secondAttribute="height" multiplier="1:1" id="O5G-AO-qmO"/>
<constraint firstAttribute="width" constant="30" id="Tw7-fi-eOY"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="15"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</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="tiW-b9-8cH">
<rect key="frame" x="58" y="12.5" width="51.5" height="25.5"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="21"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BPJ-Sx-dhn" customClass="ButtonWithExtendedArea" customModule="Tokenary_iOS" customModuleProvider="target">
<rect key="frame" x="266" y="8" width="49" height="34"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" image="ellipsis.circle" catalog="system">
<preferredSymbolConfiguration key="preferredSymbolConfigurationForImage" configurationType="font">
<fontDescription key="fontDescription" type="system" pointSize="17"/>
</preferredSymbolConfiguration>
</buttonConfiguration>
<connections>
<action selector="moreButtonTapped:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="E3T-S9-nSB"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="ooA-yA-X52" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="02R-UC-mpp"/>
<constraint firstItem="tiW-b9-8cH" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Qj2-8v-eMe"/>
<constraint firstItem="ooA-yA-X52" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="RLu-wN-tw5"/>
<constraint firstAttribute="trailing" secondItem="BPJ-Sx-dhn" secondAttribute="trailing" constant="5" id="Wwi-0Q-tJo"/>
<constraint firstItem="tiW-b9-8cH" firstAttribute="leading" secondItem="ooA-yA-X52" secondAttribute="trailing" constant="12" id="XA9-9l-g2a"/>
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="ooA-yA-X52" secondAttribute="bottom" constant="10" id="ZlY-bT-SPe"/>
<constraint firstItem="BPJ-Sx-dhn" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="qnE-3M-cZg"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<inset key="separatorInset" minX="58" minY="0.0" maxX="0.0" maxY="0.0"/>
<connections>
<outlet property="avatarImageView" destination="ooA-yA-X52" id="KPM-ex-J4n"/>
<outlet property="titleLabel" destination="tiW-b9-8cH" id="I0g-8n-Shj"/>
</connections>
<point key="canvasLocation" x="137.68115942028987" y="124.55357142857142"/>
</tableViewCell>
</objects>
<resources>
<image name="ellipsis.circle" catalog="system" width="128" height="121"/>
</resources>
</document>