iPadCommonEditorCellLabel.xib 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24412" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="ipad10_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24405"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellLabel" id="mzj-qt-xTd" customClass="CommonEditorCellLabel">
  12. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mzj-qt-xTd" id="1gG-px-9wA">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B4j-tW-HM9">
  19. <rect key="frame" x="711.5" y="12" width="41.5" height="20"/>
  20. <constraints>
  21. <constraint firstAttribute="height" constant="20" id="q0m-fJ-qeU"/>
  22. </constraints>
  23. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  24. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d06-Qs-lLk">
  28. <rect key="frame" x="15" y="11.5" width="42" height="21"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="d06-Qs-lLk" firstAttribute="leading" secondItem="1gG-px-9wA" secondAttribute="leading" constant="15" id="6yd-la-j9O"/>
  36. <constraint firstItem="B4j-tW-HM9" firstAttribute="centerY" secondItem="1gG-px-9wA" secondAttribute="centerY" id="gNq-tD-5k4"/>
  37. <constraint firstItem="B4j-tW-HM9" firstAttribute="centerY" secondItem="d06-Qs-lLk" secondAttribute="centerY" id="nir-Gb-TVU"/>
  38. <constraint firstAttribute="trailing" secondItem="B4j-tW-HM9" secondAttribute="trailing" constant="15" id="wFb-Xo-7jS"/>
  39. </constraints>
  40. </tableViewCellContentView>
  41. <connections>
  42. <outlet property="labelTitle" destination="d06-Qs-lLk" id="nn9-wE-hrl"/>
  43. <outlet property="labelValue" destination="B4j-tW-HM9" id="l7Q-c4-eeu"/>
  44. </connections>
  45. <point key="canvasLocation" x="132" y="154"/>
  46. </tableViewCell>
  47. </objects>
  48. </document>