1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="GroupListViewCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chat_group_Logo" translatesAutoresizingMaskIntoConstraints="NO" id="4TI-7d-rec">
- <rect key="frame" x="14" y="18" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="44" id="f0U-HY-aS7"/>
- <constraint firstAttribute="height" constant="44" id="r8u-cy-WA4"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="6"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="李老师粉丝群" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="l1C-Be-pVZ">
- <rect key="frame" x="69" y="29" width="98" height="22"/>
- <constraints>
- <constraint firstAttribute="height" constant="22" id="fa0-TI-Dox"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.1019607843" green="0.1019607843" blue="0.1019607843" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="group_course" translatesAutoresizingMaskIntoConstraints="NO" id="zBG-sk-Qhs">
- <rect key="frame" x="171" y="31.5" width="45" height="17"/>
- <constraints>
- <constraint firstAttribute="width" constant="45" id="DFJ-ru-KdP"/>
- <constraint firstAttribute="height" constant="17" id="GuI-IO-gU3"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="6"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="zBG-sk-Qhs" firstAttribute="centerY" secondItem="l1C-Be-pVZ" secondAttribute="centerY" id="7Us-wg-aXV"/>
- <constraint firstItem="zBG-sk-Qhs" firstAttribute="leading" secondItem="l1C-Be-pVZ" secondAttribute="trailing" constant="4" id="LhR-wT-8bw"/>
- <constraint firstItem="l1C-Be-pVZ" firstAttribute="leading" secondItem="4TI-7d-rec" secondAttribute="trailing" constant="11" id="QFB-Sv-Pgx"/>
- <constraint firstItem="l1C-Be-pVZ" firstAttribute="centerY" secondItem="4TI-7d-rec" secondAttribute="centerY" id="RHB-Jo-Ft6"/>
- <constraint firstItem="4TI-7d-rec" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="WEd-Tk-jea"/>
- <constraint firstItem="4TI-7d-rec" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="oeZ-4h-wV3"/>
- <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="zBG-sk-Qhs" secondAttribute="trailing" constant="10" id="p7v-zE-54A"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="groupLogo" destination="4TI-7d-rec" id="RfZ-16-mjl"/>
- <outlet property="groupName" destination="l1C-Be-pVZ" id="UDV-x1-iFR"/>
- <outlet property="typeLogo" destination="zBG-sk-Qhs" id="b46-R6-ZQY"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="64.955357142857139"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="chat_group_Logo" width="44" height="44"/>
- <image name="group_course" width="45" height="17"/>
- </resources>
- </document>
|