Phone_Action_Cell.xib 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="13173"/>
  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" restorationIdentifier="CommonEditorCellAction" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellAction" id="U15-Sp-aMh" customClass="CommonEditorCellAction">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="U15-Sp-aMh" id="FGL-Bg-LHQ">
  18. <rect key="frame" x="0.0" y="0.0" width="768" height="43.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CRd-Yb-uoL">
  22. <rect key="frame" x="7" y="11" width="754" height="21"/>
  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. </subviews>
  28. <constraints>
  29. <constraint firstItem="CRd-Yb-uoL" firstAttribute="top" secondItem="FGL-Bg-LHQ" secondAttribute="top" constant="11" id="2HN-nZ-fVd"/>
  30. <constraint firstAttribute="bottom" secondItem="CRd-Yb-uoL" secondAttribute="bottom" constant="11.5" id="KJX-Mg-n8W"/>
  31. <constraint firstAttribute="trailing" secondItem="CRd-Yb-uoL" secondAttribute="trailing" constant="7" id="Xim-iJ-KHs"/>
  32. <constraint firstItem="CRd-Yb-uoL" firstAttribute="leading" secondItem="FGL-Bg-LHQ" secondAttribute="leading" constant="7" id="e7y-Lg-Cm2"/>
  33. </constraints>
  34. </tableViewCellContentView>
  35. <connections>
  36. <outlet property="labelAction" destination="CRd-Yb-uoL" id="ja3-B7-7tB"/>
  37. </connections>
  38. </tableViewCell>
  39. </objects>
  40. </document>