BaseTableViewCell.xib 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  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="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="BaseTableViewCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <frame key="frameInset" width="320" height="43"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="nCa-wd-Id8">
  20. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  21. <textInputTraits key="textInputTraits"/>
  22. </textField>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="skN-ju-mAQ">
  24. <constraints>
  25. <constraint firstAttribute="width" constant="60" id="YVv-TR-Pmj"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  28. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. </subviews>
  32. <constraints>
  33. <constraint firstItem="skN-ju-mAQ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="2PM-vg-VCs"/>
  34. <constraint firstAttribute="trailingMargin" secondItem="nCa-wd-Id8" secondAttribute="trailing" id="HgM-po-Gim"/>
  35. <constraint firstItem="nCa-wd-Id8" firstAttribute="leading" secondItem="skN-ju-mAQ" secondAttribute="trailing" constant="4" id="IZv-7k-H2e"/>
  36. <constraint firstAttribute="bottomMargin" secondItem="nCa-wd-Id8" secondAttribute="bottom" constant="3" id="P4l-fk-1xR"/>
  37. <constraint firstItem="nCa-wd-Id8" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="3" id="Y12-VB-5FG"/>
  38. <constraint firstItem="skN-ju-mAQ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="2" id="gKV-bd-8Sa"/>
  39. <constraint firstItem="skN-ju-mAQ" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottomMargin" constant="-1" id="qV1-HJ-QUs"/>
  40. </constraints>
  41. </tableViewCellContentView>
  42. <connections>
  43. <outlet property="nameL" destination="skN-ju-mAQ" id="o43-XK-Dvt"/>
  44. <outlet property="text_field" destination="nCa-wd-Id8" id="1P3-CK-1xS"/>
  45. </connections>
  46. <point key="canvasLocation" x="562" y="416"/>
  47. </tableViewCell>
  48. </objects>
  49. </document>