1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment version="1808" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <customFonts key="customFonts">
- <array key="Helvetica.ttc">
- <string>Helvetica</string>
- </array>
- </customFonts>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UMSCommentDetailController">
- <connections>
- <outlet property="commentBackgroundImage" destination="8" id="53"/>
- <outlet property="commentTextView" destination="59" id="61"/>
- <outlet property="mapView" destination="9" id="49"/>
- <outlet property="profileImage" destination="4" id="6"/>
- <outlet property="timeLabel" destination="46" id="47"/>
- <outlet property="view" destination="1" id="45"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="1">
- <rect key="frame" x="0.0" y="0.0" width="320" height="416"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="8">
- <rect key="frame" x="0.0" y="0.0" width="320" height="167"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </imageView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="UMSocialSDKResourcesNew.bundle/Buttons/UMS_User-Avatar-Placeholder" id="4" customClass="UMImageView">
- <rect key="frame" x="12" y="59" width="35" height="35"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
- </imageView>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="用户未分享地理位置" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" adjustsFontSizeToFit="NO" id="51">
- <rect key="frame" x="86" y="210" width="148" height="35"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="14"/>
- <color key="textColor" red="0.41959378730000002" green="0.42069626529999998" blue="0.43751992979999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="shadowColor" red="0.0" green="0.0" blue="0.0" alpha="0.80000000000000004" colorSpace="custom" customColorSpace="sRGB"/>
- </label>
- <mapView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" mapType="standard" showsCompass="NO" id="9">
- <rect key="frame" x="0.0" y="164" width="320" height="252"/>
- <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
- <connections>
- <outlet property="delegate" destination="-1" id="48"/>
- </connections>
- </mapView>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="100 months" lineBreakMode="tailTruncation" minimumFontSize="10" adjustsFontSizeToFit="NO" id="46">
- <rect key="frame" x="61" y="136" width="76" height="20"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="12"/>
- <color key="textColor" red="0.65129977464675903" green="0.65513241291046143" blue="0.67350894212722778" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="shadowColor" red="0.0" green="0.0" blue="0.0" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="sRGB"/>
- </label>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Lorem ipsum dolor sit er elit " id="59">
- <rect key="frame" x="61" y="8" width="240" height="128"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
- <accessibility key="accessibilityConfiguration">
- <accessibilityTraits key="traits" notEnabled="YES"/>
- <integer key="isElement" value="0"/>
- </accessibility>
- <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <color key="backgroundColor" red="0.2156862745" green="0.23921568630000001" blue="0.27058823529999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" translucent="NO" prompted="NO"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- </view>
- </objects>
- <resources>
- <image name="UMSocialSDKResourcesNew.bundle/Buttons/UMS_User-Avatar-Placeholder" width="16" height="16"/>
- </resources>
- </document>
|