12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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>
- <deployment identifier="iOS"/>
- <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" id="KGk-i7-Jjw" customClass="MeetingFormSinglePersonPickerCellTableViewCell" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <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="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vw6-ph-cBK">
- <rect key="frame" x="274" y="5" width="0.0" height="34"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="a8f-mt-Toe"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrow_r" translatesAutoresizingMaskIntoConstraints="NO" id="SL6-PX-niZ">
- <rect key="frame" x="284" y="10" width="24" height="24"/>
- <constraints>
- <constraint firstAttribute="width" constant="24" id="Lus-uF-Q7z"/>
- <constraint firstAttribute="height" constant="24" id="RRe-Vc-Szn"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="SL6-PX-niZ" firstAttribute="leading" secondItem="vw6-ph-cBK" secondAttribute="trailing" constant="10" id="0ac-OJ-M3Y"/>
- <constraint firstAttribute="bottom" secondItem="vw6-ph-cBK" secondAttribute="bottom" constant="5" id="7kk-ny-r5H"/>
- <constraint firstAttribute="trailing" secondItem="SL6-PX-niZ" secondAttribute="trailing" constant="12" id="TkU-v6-Gef"/>
- <constraint firstItem="SL6-PX-niZ" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="WyF-Y2-31H"/>
- <constraint firstItem="vw6-ph-cBK" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="pPH-Fu-eVK"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="personLabel" destination="vw6-ph-cBK" id="fMX-Na-LOG"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="130.58035714285714"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="arrow_r" width="42" height="42"/>
- </resources>
- </document>
|