12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
- <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" customClass="CYGroupSendHelperViewController">
- <connections>
- <outlet property="tableView" destination="Fu7-eW-gWy" id="Fjv-Bf-cph"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aMI-LE-kzz">
- <rect key="frame" x="141.5" y="623" width="92" height="34"/>
- <color key="backgroundColor" red="0.34509803919999998" green="0.79215686269999996" blue="0.77647058820000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <state key="normal" title=" 新建群发 "/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="10"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="btnClick:" destination="-1" eventType="touchUpInside" id="KJC-Kp-hwo"/>
- </connections>
- </button>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Fu7-eW-gWy">
- <rect key="frame" x="0.0" y="0.0" width="375" height="613"/>
- <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="6w2-wJ-RTd"/>
- <outlet property="delegate" destination="-1" id="0M3-FT-vLL"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="Fu7-eW-gWy" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="2PE-vY-jIP"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="Fu7-eW-gWy" secondAttribute="trailing" id="CZq-iM-kps"/>
- <constraint firstItem="aMI-LE-kzz" firstAttribute="top" secondItem="Fu7-eW-gWy" secondAttribute="bottom" constant="10" id="hSE-X9-do3"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="aMI-LE-kzz" secondAttribute="bottom" constant="10" id="n5g-mQ-E9u"/>
- <constraint firstItem="aMI-LE-kzz" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="srx-bv-f5I"/>
- <constraint firstItem="Fu7-eW-gWy" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="uen-MN-mGm"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <point key="canvasLocation" x="47.826086956521742" y="43.526785714285715"/>
- </view>
- </objects>
- </document>
|