iPadCommonEditorCellEdit.xib 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CommonEditorCellEdit" rowHeight="44" id="qFw-aC-7PN" customClass="CommonEditorCellEdit">
  13. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="qFw-aC-7PN" id="qaW-zg-uss">
  16. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fL6-tx-Kra">
  20. <rect key="frame" x="20" y="11" width="150" height="22"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="150" id="KZb-Fy-KQu"/>
  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. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="M3G-Ug-G2R">
  29. <rect key="frame" x="176" y="7" width="577" height="30"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  31. <textInputTraits key="textInputTraits"/>
  32. </textField>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fn3-wg-iDG">
  34. <rect key="frame" x="10" y="11" width="10" height="22"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  36. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. </subviews>
  40. <constraints>
  41. <constraint firstItem="fL6-tx-Kra" firstAttribute="leading" secondItem="Fn3-wg-iDG" secondAttribute="trailing" id="0Zo-MU-LmH"/>
  42. <constraint firstItem="M3G-Ug-G2R" firstAttribute="leading" secondItem="fL6-tx-Kra" secondAttribute="trailing" constant="6" id="0Zt-QG-cFL"/>
  43. <constraint firstItem="fL6-tx-Kra" firstAttribute="centerY" secondItem="M3G-Ug-G2R" secondAttribute="centerY" id="89C-mF-brU"/>
  44. <constraint firstItem="Fn3-wg-iDG" firstAttribute="bottom" secondItem="fL6-tx-Kra" secondAttribute="bottom" id="Nje-Sd-oSw"/>
  45. <constraint firstItem="Fn3-wg-iDG" firstAttribute="centerY" secondItem="qaW-zg-uss" secondAttribute="centerY" id="NlI-uo-ncW"/>
  46. <constraint firstItem="Fn3-wg-iDG" firstAttribute="top" secondItem="qaW-zg-uss" secondAttribute="topMargin" id="UJh-sh-vQ6"/>
  47. <constraint firstItem="M3G-Ug-G2R" firstAttribute="top" secondItem="qaW-zg-uss" secondAttribute="topMargin" constant="-4" id="dZQ-qV-sbP"/>
  48. <constraint firstItem="Fn3-wg-iDG" firstAttribute="top" secondItem="fL6-tx-Kra" secondAttribute="top" id="hIk-6t-b6R"/>
  49. <constraint firstAttribute="trailing" secondItem="M3G-Ug-G2R" secondAttribute="trailing" constant="15" id="lau-4a-lYv"/>
  50. <constraint firstItem="fL6-tx-Kra" firstAttribute="leading" secondItem="qaW-zg-uss" secondAttribute="leadingMargin" id="rw1-4F-tfQ"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <connections>
  54. <outlet property="labelTitle" destination="fL6-tx-Kra" id="t9I-oM-WSe"/>
  55. <outlet property="starMark" destination="Fn3-wg-iDG" id="uZf-wd-zE2"/>
  56. <outlet property="textfield" destination="M3G-Ug-G2R" id="Fis-3j-yTT"/>
  57. </connections>
  58. <point key="canvasLocation" x="132" y="154"/>
  59. </tableViewCell>
  60. </objects>
  61. </document>