| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
- <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="65" id="KGk-i7-Jjw" customClass="MOReportTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="314" height="65"/>
- <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="314" height="65"/>
- <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="y5p-gj-lCL">
- <rect key="frame" x="20" y="24" width="246" height="17"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="OqN-lT-Qxk"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.45098039215686275" green="0.45098039215686275" blue="0.45098039215686275" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_language_no_choose" translatesAutoresizingMaskIntoConstraints="NO" id="DUz-uA-Ilx">
- <rect key="frame" x="281" y="24" width="17" height="17"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="WtI-wV-S1J"/>
- <constraint firstAttribute="width" constant="17" id="Xrh-Sg-6BZ"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="DUz-uA-Ilx" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="2hy-Sh-b0C"/>
- <constraint firstAttribute="trailing" secondItem="DUz-uA-Ilx" secondAttribute="trailing" constant="16" id="U1X-DD-aJ1"/>
- <constraint firstItem="y5p-gj-lCL" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="epY-K8-nLw"/>
- <constraint firstItem="y5p-gj-lCL" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="te2-wj-Bti"/>
- <constraint firstItem="DUz-uA-Ilx" firstAttribute="leading" secondItem="y5p-gj-lCL" secondAttribute="trailing" constant="15" id="tpl-Tb-v8q"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="selectImg" destination="DUz-uA-Ilx" id="tM7-69-T3G"/>
- <outlet property="titleLab" destination="y5p-gj-lCL" id="zE4-8g-cGa"/>
- </connections>
- <point key="canvasLocation" x="125.19083969465649" y="-3.8732394366197185"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="icon_language_no_choose" width="24" height="24"/>
- </resources>
- </document>
|