iPadCommonEditorCellLabel.xib 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15509"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellLabel" id="mzj-qt-xTd" customClass="CommonEditorCellLabel">
  13. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mzj-qt-xTd" id="1gG-px-9wA">
  16. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EgP-sJ-Rae">
  20. <rect key="frame" x="20" y="11" width="150" height="22"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="150" id="NZ1-Rj-XRd"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  25. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B4j-tW-HM9">
  29. <rect key="frame" x="178" y="10" width="575" height="23"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  31. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="EgP-sJ-Rae" firstAttribute="top" secondItem="1gG-px-9wA" secondAttribute="topMargin" id="8ZC-MS-lmC"/>
  37. <constraint firstItem="EgP-sJ-Rae" firstAttribute="centerY" secondItem="1gG-px-9wA" secondAttribute="centerY" id="IZS-VQ-x1U"/>
  38. <constraint firstItem="B4j-tW-HM9" firstAttribute="top" secondItem="1gG-px-9wA" secondAttribute="topMargin" constant="-1" id="L66-AC-ZXz"/>
  39. <constraint firstItem="EgP-sJ-Rae" firstAttribute="leading" secondItem="1gG-px-9wA" secondAttribute="leadingMargin" id="OKZ-xe-5iX"/>
  40. <constraint firstItem="B4j-tW-HM9" firstAttribute="leading" secondItem="EgP-sJ-Rae" secondAttribute="trailing" constant="8" id="XV2-RV-hwC"/>
  41. <constraint firstItem="B4j-tW-HM9" firstAttribute="baseline" secondItem="EgP-sJ-Rae" secondAttribute="baseline" id="mAO-iO-Ud0"/>
  42. <constraint firstAttribute="trailing" secondItem="B4j-tW-HM9" secondAttribute="trailing" constant="15" id="wFb-Xo-7jS"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <connections>
  46. <outlet property="labelTitle" destination="EgP-sJ-Rae" id="sDy-V2-8bG"/>
  47. <outlet property="labelValue" destination="B4j-tW-HM9" id="l7Q-c4-eeu"/>
  48. </connections>
  49. <point key="canvasLocation" x="132" y="154"/>
  50. </tableViewCell>
  51. </objects>
  52. </document>