1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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" useSafeAreas="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="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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" restorationIdentifier="OOMeetingPersonActionCell" reuseIdentifier="OOMeetingPersonActionCell" id="gTV-IL-0wX" customClass="OOMeetingPersonActionCell" customModule="o2app" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="60" height="75"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="60" height="75"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QxF-g0-SUS">
- <rect key="frame" x="5" y="5" width="50" height="50"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="Z3c-4A-FPG"/>
- <constraint firstAttribute="height" constant="50" id="bgG-8A-z83"/>
- </constraints>
- <state key="normal" image="icon_jia"/>
- <connections>
- <action selector="addPersonAction:" destination="gTV-IL-0wX" eventType="touchUpInside" id="ZXT-wj-RvO"/>
- </connections>
- </button>
- </subviews>
- </view>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="QxF-g0-SUS" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="5" id="Re5-ge-0TW"/>
- <constraint firstItem="QxF-g0-SUS" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="5" id="ToO-wx-PZ7"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
- <point key="canvasLocation" x="25" y="51.5"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="icon_jia" width="75" height="75"/>
- </resources>
- </document>
|