11
This commit is contained in:
70
ShenQi/NotiCenterJumpLinkTableViewCell.xib
Normal file
70
ShenQi/NotiCenterJumpLinkTableViewCell.xib
Normal file
@@ -0,0 +1,70 @@
|
||||
<?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="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"/>
|
||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="NotiCenterJumpLinkTableViewCell">
|
||||
<rect key="frame" x="0.0" y="0.0" width="320" height="84"/>
|
||||
<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="84"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jXW-hO-rus">
|
||||
<rect key="frame" x="15" y="0.0" width="290" height="84"/>
|
||||
<subviews>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="x4W-IN-GCA">
|
||||
<rect key="frame" x="15" y="15" width="260" 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="y8C-he-Bhk">
|
||||
<rect key="frame" x="15" y="43" width="41" height="31"/>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
||||
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
||||
<state key="normal" title="http://">
|
||||
<color key="titleColor" systemColor="linkColor"/>
|
||||
</state>
|
||||
</button>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="y8C-he-Bhk" secondAttribute="bottom" constant="10" id="1hf-HA-tKi"/>
|
||||
<constraint firstItem="x4W-IN-GCA" firstAttribute="top" secondItem="jXW-hO-rus" secondAttribute="top" constant="15" id="58F-mK-KCo"/>
|
||||
<constraint firstItem="y8C-he-Bhk" firstAttribute="leading" secondItem="x4W-IN-GCA" secondAttribute="leading" id="5gE-8Z-avW"/>
|
||||
<constraint firstItem="x4W-IN-GCA" firstAttribute="leading" secondItem="jXW-hO-rus" secondAttribute="leading" constant="15" id="6Fa-1H-ib8"/>
|
||||
<constraint firstItem="x4W-IN-GCA" firstAttribute="centerX" secondItem="jXW-hO-rus" secondAttribute="centerX" id="Nba-FX-aT4"/>
|
||||
<constraint firstItem="y8C-he-Bhk" firstAttribute="top" secondItem="x4W-IN-GCA" secondAttribute="bottom" constant="10" id="ipO-cU-B4V"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="jXW-hO-rus" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="1qM-IQ-i90"/>
|
||||
<constraint firstItem="jXW-hO-rus" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="8Vo-R2-8ml"/>
|
||||
<constraint firstItem="jXW-hO-rus" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" id="JOP-hB-N0M"/>
|
||||
<constraint firstItem="jXW-hO-rus" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ZmE-PA-CJA"/>
|
||||
</constraints>
|
||||
</tableViewCellContentView>
|
||||
<viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
|
||||
<connections>
|
||||
<outlet property="contentLabel" destination="x4W-IN-GCA" id="ciA-xu-jMT"/>
|
||||
<outlet property="linkBtn" destination="y8C-he-Bhk" id="Qc0-rL-seX"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="136" y="20"/>
|
||||
</tableViewCell>
|
||||
</objects>
|
||||
<resources>
|
||||
<systemColor name="linkColor">
|
||||
<color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
</systemColor>
|
||||
</resources>
|
||||
</document>
|
||||
Reference in New Issue
Block a user