MOGuildInputBaseCell.xib 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="90" id="KGk-i7-Jjw" customClass="MOGuildInputBaseCell">
  14. <rect key="frame" x="0.0" y="0.0" width="324" height="90"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="324" height="90"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wo4-fL-cKO">
  21. <rect key="frame" x="15" y="35" width="36" height="20"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="20" id="MNO-JR-xYi"/>
  24. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="36" id="wM9-iz-asj"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  27. <color key="textColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="4xh-cn-mKH">
  31. <rect key="frame" x="161" y="5" width="150" height="80"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="150" id="ZrO-C3-gx5"/>
  34. </constraints>
  35. <color key="textColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="calibratedRGB"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  37. <textInputTraits key="textInputTraits"/>
  38. </textField>
  39. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="voG-6C-Qz8">
  40. <rect key="frame" x="14" y="89" width="296" height="1"/>
  41. <color key="backgroundColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="1" id="jjU-sA-tAA" customClass="LBDesignableOnePixelConstant">
  44. <userDefinedRuntimeAttributes>
  45. <userDefinedRuntimeAttribute type="number" keyPath="onePixelConstant">
  46. <integer key="value" value="1"/>
  47. </userDefinedRuntimeAttribute>
  48. </userDefinedRuntimeAttributes>
  49. </constraint>
  50. </constraints>
  51. </view>
  52. </subviews>
  53. <constraints>
  54. <constraint firstItem="voG-6C-Qz8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="Arc-F1-Xtw"/>
  55. <constraint firstItem="Wo4-fL-cKO" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="KrK-o0-xEX"/>
  56. <constraint firstAttribute="trailing" secondItem="voG-6C-Qz8" secondAttribute="trailing" constant="14" id="UBj-df-9iA"/>
  57. <constraint firstAttribute="bottom" secondItem="4xh-cn-mKH" secondAttribute="bottom" constant="5" id="YbM-1k-b5l"/>
  58. <constraint firstAttribute="bottom" secondItem="voG-6C-Qz8" secondAttribute="bottom" id="YfM-WI-lLe"/>
  59. <constraint firstItem="4xh-cn-mKH" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="aDt-LJ-ahW"/>
  60. <constraint firstItem="Wo4-fL-cKO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="pde-5Y-xnk"/>
  61. <constraint firstAttribute="trailing" secondItem="4xh-cn-mKH" secondAttribute="trailing" constant="13" id="xdb-vD-Vha"/>
  62. </constraints>
  63. </tableViewCellContentView>
  64. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  65. <connections>
  66. <outlet property="inputTxf" destination="4xh-cn-mKH" id="7cr-nB-1Qf"/>
  67. <outlet property="titleLab" destination="Wo4-fL-cKO" id="na9-ov-3Ht"/>
  68. </connections>
  69. <point key="canvasLocation" x="132.82442748091603" y="4.9295774647887329"/>
  70. </tableViewCell>
  71. </objects>
  72. </document>