You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
3.0 KiB
44 lines
3.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> |
|
<device id="retina4_7" orientation="portrait"> |
|
<adaptation id="fullscreen"/> |
|
</device> |
|
<dependencies> |
|
<deployment identifier="iOS"/> |
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> |
|
<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"/> |
|
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="CQCollectionViewCell"> |
|
<rect key="frame" x="0.0" y="0.0" width="86" height="86"/> |
|
<autoresizingMask key="autoresizingMask"/> |
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> |
|
<rect key="frame" x="0.0" y="0.0" width="86" height="86"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
<subviews> |
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Pc4-rn-xgh"> |
|
<rect key="frame" x="0.0" y="0.0" width="86" height="86"/> |
|
<fontDescription key="fontDescription" type="system" pointSize="13"/> |
|
<state key="normal" title="打电话"/> |
|
<connections> |
|
<action selector="clickBtnAction:" destination="gTV-IL-0wX" eventType="touchUpInside" id="gdv-bF-Wqj"/> |
|
</connections> |
|
</button> |
|
</subviews> |
|
</view> |
|
<constraints> |
|
<constraint firstAttribute="bottom" secondItem="Pc4-rn-xgh" secondAttribute="bottom" id="APK-gH-jAt"/> |
|
<constraint firstItem="Pc4-rn-xgh" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="MSf-uJ-std"/> |
|
<constraint firstItem="Pc4-rn-xgh" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="dxc-0q-9MS"/> |
|
<constraint firstAttribute="trailing" secondItem="Pc4-rn-xgh" secondAttribute="trailing" id="iuU-9m-4tN"/> |
|
</constraints> |
|
<size key="customSize" width="86" height="86"/> |
|
<connections> |
|
<outlet property="clickBtn" destination="Pc4-rn-xgh" id="1fC-wQ-Ev7"/> |
|
</connections> |
|
<point key="canvasLocation" x="52" y="72"/> |
|
</collectionViewCell> |
|
</objects> |
|
</document>
|
|
|