iPadCommonEditorCellEdit.xib 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CommonEditorCellEdit" rowHeight="44" id="qFw-aC-7PN" customClass="CommonEditorCellEdit">
  12. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  13. <autoresizingMask key="autoresizingMask"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="qFw-aC-7PN" id="qaW-zg-uss">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <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">
  19. <rect key="frame" x="16" y="12" width="150" height="20"/>
  20. <constraints>
  21. <constraint firstAttribute="width" constant="150" id="KZb-Fy-KQu"/>
  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. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="M3G-Ug-G2R">
  28. <rect key="frame" x="172" y="5" width="581" height="34"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  30. <textInputTraits key="textInputTraits"/>
  31. </textField>
  32. <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">
  33. <rect key="frame" x="6" y="12" width="10" height="20"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="20" id="HWe-Wv-dnt"/>
  36. </constraints>
  37. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  38. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. </subviews>
  42. <constraints>
  43. <constraint firstItem="fL6-tx-Kra" firstAttribute="leading" secondItem="Fn3-wg-iDG" secondAttribute="trailing" id="0Zo-MU-LmH"/>
  44. <constraint firstItem="M3G-Ug-G2R" firstAttribute="leading" secondItem="fL6-tx-Kra" secondAttribute="trailing" constant="6" id="0Zt-QG-cFL"/>
  45. <constraint firstItem="fL6-tx-Kra" firstAttribute="centerY" secondItem="qaW-zg-uss" secondAttribute="centerY" id="2iz-5u-hIN"/>
  46. <constraint firstItem="M3G-Ug-G2R" firstAttribute="centerY" secondItem="fL6-tx-Kra" secondAttribute="centerY" id="K9W-7b-s3y"/>
  47. <constraint firstItem="fL6-tx-Kra" firstAttribute="centerY" secondItem="Fn3-wg-iDG" secondAttribute="centerY" id="Rrp-U3-VCy"/>
  48. <constraint firstAttribute="trailing" secondItem="M3G-Ug-G2R" secondAttribute="trailing" constant="15" id="lau-4a-lYv"/>
  49. <constraint firstItem="fL6-tx-Kra" firstAttribute="leading" secondItem="qaW-zg-uss" secondAttribute="leadingMargin" id="rw1-4F-tfQ"/>
  50. </constraints>
  51. </tableViewCellContentView>
  52. <connections>
  53. <outlet property="labelTitle" destination="fL6-tx-Kra" id="t9I-oM-WSe"/>
  54. <outlet property="starMark" destination="Fn3-wg-iDG" id="uZf-wd-zE2"/>
  55. <outlet property="textfield" destination="M3G-Ug-G2R" id="Fis-3j-yTT"/>
  56. </connections>
  57. <point key="canvasLocation" x="132" y="154"/>
  58. </tableViewCell>
  59. </objects>
  60. </document>