MOChatSendLimitView.xib 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="23721"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MOChatSendLimitView">
  14. <rect key="frame" x="0.0" y="0.0" width="300" height="36"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_chat_suo_black" translatesAutoresizingMaskIntoConstraints="NO" id="5JH-mv-Gt3">
  18. <rect key="frame" x="20" y="11" width="14" height="14"/>
  19. <constraints>
  20. <constraint firstAttribute="height" constant="14" id="3xG-MA-bvN"/>
  21. <constraint firstAttribute="width" constant="14" id="UWK-Zc-EcR"/>
  22. </constraints>
  23. </imageView>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Lv &lt;15,You can only send one message" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Jg-9Y-4t8">
  25. <rect key="frame" x="44" y="11" width="246" height="14.333333333333336"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  27. <color key="textColor" red="0.77647058823529413" green="0.76862745098039209" blue="0.76862745098039209" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. </subviews>
  31. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  32. <constraints>
  33. <constraint firstItem="5JH-mv-Gt3" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="Fdv-N8-aei"/>
  34. <constraint firstItem="2Jg-9Y-4t8" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="MCY-Vj-wbC"/>
  35. <constraint firstItem="5JH-mv-Gt3" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="QzG-MN-TF4"/>
  36. <constraint firstItem="2Jg-9Y-4t8" firstAttribute="leading" secondItem="5JH-mv-Gt3" secondAttribute="trailing" constant="10" id="VVj-L2-29O"/>
  37. <constraint firstAttribute="trailing" secondItem="2Jg-9Y-4t8" secondAttribute="trailing" constant="10" id="qdD-9Z-M53"/>
  38. </constraints>
  39. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  40. <connections>
  41. <outlet property="contentLab" destination="2Jg-9Y-4t8" id="w4A-Cg-LDe"/>
  42. <outlet property="iconLeft" destination="Fdv-N8-aei" id="nlu-QP-EnF"/>
  43. </connections>
  44. <point key="canvasLocation" x="154.19847328244273" y="-255.63380281690141"/>
  45. </view>
  46. </objects>
  47. <resources>
  48. <image name="icon_chat_suo_black" width="13" height="14.333333015441895"/>
  49. <systemColor name="systemBackgroundColor">
  50. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  51. </systemColor>
  52. </resources>
  53. </document>