SReportViewCell.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="SReportViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HRU-sq-Fy1">
  22. <rect key="frame" x="10" y="0.0" width="200" height="44"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  24. <nil key="textColor"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="com_radio_normal_3" translatesAutoresizingMaskIntoConstraints="NO" id="fgO-pN-qRK">
  28. <rect key="frame" x="298" y="16" width="12" height="12"/>
  29. <constraints>
  30. <constraint firstAttribute="width" constant="12" id="2cP-rn-MSS"/>
  31. <constraint firstAttribute="height" constant="12" id="3RL-2U-SA0"/>
  32. </constraints>
  33. </imageView>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="HRU-sq-Fy1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="Aqk-WM-ecn"/>
  37. <constraint firstAttribute="trailing" secondItem="fgO-pN-qRK" secondAttribute="trailing" constant="10" id="U6t-KT-iUf"/>
  38. <constraint firstItem="fgO-pN-qRK" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ggd-k4-13g"/>
  39. <constraint firstAttribute="bottom" secondItem="HRU-sq-Fy1" secondAttribute="bottom" id="iLb-bM-Qcv"/>
  40. <constraint firstItem="HRU-sq-Fy1" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="jhr-O8-tE6"/>
  41. <constraint firstAttribute="trailing" secondItem="HRU-sq-Fy1" secondAttribute="trailing" constant="110" id="qiX-CR-pJ7"/>
  42. </constraints>
  43. </tableViewCellContentView>
  44. <connections>
  45. <outlet property="leftNameLabel" destination="HRU-sq-Fy1" id="k97-Hf-iUS"/>
  46. <outlet property="selectImgView" destination="fgO-pN-qRK" id="jyy-8p-2Q8"/>
  47. </connections>
  48. </tableViewCell>
  49. </objects>
  50. <resources>
  51. <image name="com_radio_normal_3" width="16" height="16"/>
  52. </resources>
  53. </document>