MOReportTableViewCell.xib 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="65" id="KGk-i7-Jjw" customClass="MOReportTableViewCell">
  14. <rect key="frame" x="0.0" y="0.0" width="314" height="65"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="314" height="65"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <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">
  21. <rect key="frame" x="20" y="24" width="246" height="17"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="17" id="OqN-lT-Qxk"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  26. <color key="textColor" red="0.45098039215686275" green="0.45098039215686275" blue="0.45098039215686275" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_language_no_choose" translatesAutoresizingMaskIntoConstraints="NO" id="DUz-uA-Ilx">
  30. <rect key="frame" x="281" y="24" width="17" height="17"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="17" id="WtI-wV-S1J"/>
  33. <constraint firstAttribute="width" constant="17" id="Xrh-Sg-6BZ"/>
  34. </constraints>
  35. </imageView>
  36. </subviews>
  37. <constraints>
  38. <constraint firstItem="DUz-uA-Ilx" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="2hy-Sh-b0C"/>
  39. <constraint firstAttribute="trailing" secondItem="DUz-uA-Ilx" secondAttribute="trailing" constant="16" id="U1X-DD-aJ1"/>
  40. <constraint firstItem="y5p-gj-lCL" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="epY-K8-nLw"/>
  41. <constraint firstItem="y5p-gj-lCL" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="te2-wj-Bti"/>
  42. <constraint firstItem="DUz-uA-Ilx" firstAttribute="leading" secondItem="y5p-gj-lCL" secondAttribute="trailing" constant="15" id="tpl-Tb-v8q"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  46. <connections>
  47. <outlet property="selectImg" destination="DUz-uA-Ilx" id="tM7-69-T3G"/>
  48. <outlet property="titleLab" destination="y5p-gj-lCL" id="zE4-8g-cGa"/>
  49. </connections>
  50. <point key="canvasLocation" x="125.19083969465649" y="-3.8732394366197185"/>
  51. </tableViewCell>
  52. </objects>
  53. <resources>
  54. <image name="icon_language_no_choose" width="24" height="24"/>
  55. </resources>
  56. </document>