11
This commit is contained in:
102
ShenQi/NotiCenterTableViewCell.xib
Normal file
102
ShenQi/NotiCenterTableViewCell.xib
Normal file
@@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
||||
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
|
||||
<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="NotiCenterTableViewCell">
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="123"/>
|
||||
<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="375" height="123"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3e5-oX-6YU">
|
||||
<rect key="frame" x="15" y="0.0" width="345" height="123"/>
|
||||
<subviews>
|
||||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="youxiang" translatesAutoresizingMaskIntoConstraints="NO" id="TgL-RB-BCA">
|
||||
<rect key="frame" x="15" y="15" width="30" height="30"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="30" id="Ux7-Y9-MiA"/>
|
||||
<constraint firstAttribute="width" secondItem="TgL-RB-BCA" secondAttribute="height" multiplier="1:1" id="uwq-Lf-wyd"/>
|
||||
</constraints>
|
||||
</imageView>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5ek-Yw-lmE">
|
||||
<rect key="frame" x="55" y="15" width="40" height="30"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="40" id="Vlv-qN-mDw"/>
|
||||
<constraint firstAttribute="height" constant="30" id="mx6-1a-ByH"/>
|
||||
</constraints>
|
||||
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
|
||||
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dKE-oh-YgT">
|
||||
<rect key="frame" x="335" y="30" width="0.0" height="0.0"/>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
||||
<color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IqX-dC-Y6b">
|
||||
<rect key="frame" x="15" y="55" width="315" height="18"/>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
||||
<color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fYB-eL-33B">
|
||||
<rect key="frame" x="310" y="83" width="30" height="30"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="30" id="MNt-Af-lN6"/>
|
||||
<constraint firstAttribute="width" secondItem="fYB-eL-33B" secondAttribute="height" multiplier="1:1" id="ixD-J5-b0D"/>
|
||||
</constraints>
|
||||
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
||||
<state key="normal" image="xaingxia"/>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="fYB-eL-33B" firstAttribute="top" secondItem="IqX-dC-Y6b" secondAttribute="bottom" constant="10" id="3dB-7m-zch"/>
|
||||
<constraint firstItem="5ek-Yw-lmE" firstAttribute="centerY" secondItem="TgL-RB-BCA" secondAttribute="centerY" id="82x-Bc-67k"/>
|
||||
<constraint firstAttribute="trailing" secondItem="fYB-eL-33B" secondAttribute="trailing" constant="5" id="8KX-ki-Wuk"/>
|
||||
<constraint firstAttribute="bottom" secondItem="fYB-eL-33B" secondAttribute="bottom" constant="10" id="8o6-GL-OR3"/>
|
||||
<constraint firstAttribute="trailing" secondItem="dKE-oh-YgT" secondAttribute="trailing" constant="10" id="E9d-F5-psU"/>
|
||||
<constraint firstItem="IqX-dC-Y6b" firstAttribute="top" secondItem="TgL-RB-BCA" secondAttribute="bottom" constant="10" id="Ppz-5Y-HyX"/>
|
||||
<constraint firstItem="dKE-oh-YgT" firstAttribute="centerY" secondItem="TgL-RB-BCA" secondAttribute="centerY" id="RsE-7q-n2f"/>
|
||||
<constraint firstItem="IqX-dC-Y6b" firstAttribute="centerX" secondItem="3e5-oX-6YU" secondAttribute="centerX" id="Z3K-n4-Izn"/>
|
||||
<constraint firstItem="IqX-dC-Y6b" firstAttribute="leading" secondItem="TgL-RB-BCA" secondAttribute="leading" id="ape-2Z-rlR"/>
|
||||
<constraint firstItem="TgL-RB-BCA" firstAttribute="leading" secondItem="3e5-oX-6YU" secondAttribute="leading" constant="15" id="dyL-Yq-flf"/>
|
||||
<constraint firstItem="TgL-RB-BCA" firstAttribute="top" secondItem="3e5-oX-6YU" secondAttribute="top" constant="15" id="jgl-CI-mBv"/>
|
||||
<constraint firstItem="5ek-Yw-lmE" firstAttribute="leading" secondItem="TgL-RB-BCA" secondAttribute="trailing" constant="10" id="we3-20-2Rk"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3e5-oX-6YU" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" id="KYe-Xi-eFK"/>
|
||||
<constraint firstItem="3e5-oX-6YU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="bW1-Sg-stI"/>
|
||||
<constraint firstItem="3e5-oX-6YU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="ojC-ik-oKP"/>
|
||||
<constraint firstItem="3e5-oX-6YU" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="uHx-2L-hLL"/>
|
||||
</constraints>
|
||||
</tableViewCellContentView>
|
||||
<viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
|
||||
<connections>
|
||||
<outlet property="arrowBtn" destination="fYB-eL-33B" id="StK-YE-jDf"/>
|
||||
<outlet property="dateLabel" destination="dKE-oh-YgT" id="orO-sH-Vsm"/>
|
||||
<outlet property="mainView" destination="3e5-oX-6YU" id="R7H-UI-cTv"/>
|
||||
<outlet property="titleLabel" destination="IqX-dC-Y6b" id="pIO-2i-W4Z"/>
|
||||
<outlet property="typeLabel" destination="5ek-Yw-lmE" id="OG2-fm-DiE"/>
|
||||
<outlet property="widthConstraint" destination="Vlv-qN-mDw" id="bs6-KS-C1v"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="31" y="20"/>
|
||||
</tableViewCell>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="xaingxia" width="200" height="200"/>
|
||||
<image name="youxiang" width="200" height="200"/>
|
||||
</resources>
|
||||
</document>
|
||||
Reference in New Issue
Block a user