| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MOChatSendLimitView">
- <rect key="frame" x="0.0" y="0.0" width="300" height="36"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_chat_suo_black" translatesAutoresizingMaskIntoConstraints="NO" id="5JH-mv-Gt3">
- <rect key="frame" x="20" y="11" width="14" height="14"/>
- <constraints>
- <constraint firstAttribute="height" constant="14" id="3xG-MA-bvN"/>
- <constraint firstAttribute="width" constant="14" id="UWK-Zc-EcR"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Lv <15,You can only send one message" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Jg-9Y-4t8">
- <rect key="frame" x="44" y="11" width="246" height="14.333333333333336"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.77647058823529413" green="0.76862745098039209" blue="0.76862745098039209" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="5JH-mv-Gt3" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="Fdv-N8-aei"/>
- <constraint firstItem="2Jg-9Y-4t8" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="MCY-Vj-wbC"/>
- <constraint firstItem="5JH-mv-Gt3" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="QzG-MN-TF4"/>
- <constraint firstItem="2Jg-9Y-4t8" firstAttribute="leading" secondItem="5JH-mv-Gt3" secondAttribute="trailing" constant="10" id="VVj-L2-29O"/>
- <constraint firstAttribute="trailing" secondItem="2Jg-9Y-4t8" secondAttribute="trailing" constant="10" id="qdD-9Z-M53"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="contentLab" destination="2Jg-9Y-4t8" id="w4A-Cg-LDe"/>
- <outlet property="iconLeft" destination="Fdv-N8-aei" id="nlu-QP-EnF"/>
- </connections>
- <point key="canvasLocation" x="154.19847328244273" y="-255.63380281690141"/>
- </view>
- </objects>
- <resources>
- <image name="icon_chat_suo_black" width="13" height="14.333333015441895"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|