SLMomentsCommentVc.xib 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_0" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SLMomentsCommentVc">
  13. <connections>
  14. <outlet property="numbelLabel" destination="6o2-3n-j5s" id="p1N-43-7we"/>
  15. <outlet property="textView" destination="TF7-ij-FCC" id="DHJ-dK-c9A"/>
  16. <outlet property="view" destination="AOD-EN-2Gp" id="UCy-nY-guX"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="AOD-EN-2Gp">
  21. <rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TF7-ij-FCC" customClass="PlaceholderTextView">
  25. <rect key="frame" x="16" y="97" width="358" height="160"/>
  26. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="160" id="0J3-od-tyv"/>
  29. </constraints>
  30. <connections>
  31. <outlet property="delegate" destination="-1" id="icx-Hf-OFD"/>
  32. </connections>
  33. </view>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0/500" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6o2-3n-j5s">
  35. <rect key="frame" x="340" y="242.66666666666666" width="34" height="14.333333333333343"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  37. <color key="textColor" systemColor="systemGray2Color"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aWc-yO-WqE" userLabel="lineView">
  41. <rect key="frame" x="16" y="260" width="358" height="1"/>
  42. <color key="backgroundColor" red="0.94901960780000005" green="0.95294117649999999" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <constraints>
  44. <constraint firstAttribute="height" constant="1" id="WJb-UQ-hdi"/>
  45. </constraints>
  46. </view>
  47. </subviews>
  48. <viewLayoutGuide key="safeArea" id="PfR-Ut-vcP"/>
  49. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  50. <constraints>
  51. <constraint firstItem="aWc-yO-WqE" firstAttribute="bottom" secondItem="6o2-3n-j5s" secondAttribute="bottom" constant="4" id="5U6-kg-xBk"/>
  52. <constraint firstItem="PfR-Ut-vcP" firstAttribute="trailing" secondItem="TF7-ij-FCC" secondAttribute="trailing" constant="16" id="GPm-wv-QVG"/>
  53. <constraint firstItem="TF7-ij-FCC" firstAttribute="leading" secondItem="PfR-Ut-vcP" secondAttribute="leading" constant="16" id="Tut-N4-XkF"/>
  54. <constraint firstItem="TF7-ij-FCC" firstAttribute="top" secondItem="PfR-Ut-vcP" secondAttribute="top" constant="50" id="e35-Jz-FIx"/>
  55. <constraint firstItem="6o2-3n-j5s" firstAttribute="bottom" secondItem="TF7-ij-FCC" secondAttribute="bottom" id="lx6-pJ-EqN"/>
  56. <constraint firstItem="aWc-yO-WqE" firstAttribute="leading" secondItem="AOD-EN-2Gp" secondAttribute="leading" constant="16" id="pF4-AB-byY"/>
  57. <constraint firstItem="6o2-3n-j5s" firstAttribute="trailing" secondItem="TF7-ij-FCC" secondAttribute="trailing" id="pnW-YD-ZLZ"/>
  58. <constraint firstAttribute="trailing" secondItem="aWc-yO-WqE" secondAttribute="trailing" constant="16" id="zAY-JX-h0D"/>
  59. </constraints>
  60. <point key="canvasLocation" x="-1040" y="59"/>
  61. </view>
  62. </objects>
  63. <resources>
  64. <systemColor name="systemBackgroundColor">
  65. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  66. </systemColor>
  67. <systemColor name="systemGray2Color">
  68. <color red="0.68235294117647061" green="0.68235294117647061" blue="0.69803921568627447" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  69. </systemColor>
  70. </resources>
  71. </document>