iPadCommonEditorCellAction.xib 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="ipad9_7" orientation="portrait" layout="fullscreen" 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" restorationIdentifier="CommonEditorCellAction" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellAction" id="Fja-5i-nBW" customClass="CommonEditorCellAction">
  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="Fja-5i-nBW" id="iZ3-G4-HAb">
  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" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LYT-vW-ss8">
  20. <rect key="frame" x="8" y="11" width="752" height="22"/>
  21. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  22. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. </subviews>
  26. <constraints>
  27. <constraint firstAttribute="trailing" secondItem="LYT-vW-ss8" secondAttribute="trailing" constant="8" id="0Z3-Tf-KMf"/>
  28. <constraint firstItem="LYT-vW-ss8" firstAttribute="leading" secondItem="iZ3-G4-HAb" secondAttribute="leading" constant="8" id="9Rg-ke-aOk"/>
  29. <constraint firstItem="LYT-vW-ss8" firstAttribute="top" secondItem="iZ3-G4-HAb" secondAttribute="topMargin" id="ASR-RV-Xxf"/>
  30. <constraint firstItem="LYT-vW-ss8" firstAttribute="centerY" secondItem="iZ3-G4-HAb" secondAttribute="centerY" id="Ejy-D9-5fL"/>
  31. <constraint firstItem="LYT-vW-ss8" firstAttribute="centerX" secondItem="iZ3-G4-HAb" secondAttribute="centerX" id="XXV-Ch-Vsr"/>
  32. </constraints>
  33. </tableViewCellContentView>
  34. <connections>
  35. <outlet property="labelAction" destination="LYT-vW-ss8" id="Zhr-Dq-QZW"/>
  36. </connections>
  37. <point key="canvasLocation" x="-38" y="154"/>
  38. </tableViewCell>
  39. </objects>
  40. </document>