12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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="MeetingFormDatePickerCell" 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="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yeg-Qn-LwK">
- <rect key="frame" x="128" y="5" width="180" height="34"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="G7E-az-4FB"/>
- <constraint firstAttribute="width" constant="180" id="UPx-Au-Rhi"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
- <real key="value" value="0.0"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="0.0"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </label>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="yeg-Qn-LwK" secondAttribute="trailing" constant="12" id="5gP-co-kNo"/>
- <constraint firstItem="yeg-Qn-LwK" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="Rgt-gw-lPK"/>
- <constraint firstAttribute="bottom" secondItem="yeg-Qn-LwK" secondAttribute="bottom" constant="5" id="Sgb-rT-ExA"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="dateLabel" destination="yeg-Qn-LwK" id="SCc-00-ljh"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="130.58035714285714"/>
- </tableViewCell>
- </objects>
- </document>
|