123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
- <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" id="gTV-IL-0wX" customClass="WorkFlowSearchItemCell">
- <rect key="frame" x="0.0" y="0.0" width="185" height="36"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="185" height="36"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UWJ-fx-jky">
- <rect key="frame" x="0.0" y="0.0" width="185" height="36"/>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <state key="normal" title="Button">
- <color key="titleColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <state key="selected">
- <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="UWJ-fx-jky" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="CIm-1H-khK"/>
- <constraint firstAttribute="bottom" secondItem="UWJ-fx-jky" secondAttribute="bottom" id="OPe-jr-Rby"/>
- <constraint firstAttribute="trailing" secondItem="UWJ-fx-jky" secondAttribute="trailing" id="Q9Y-s6-dmk"/>
- <constraint firstItem="UWJ-fx-jky" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vgS-pw-ABI"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="185" height="50"/>
- <connections>
- <outlet property="itemBtn" destination="UWJ-fx-jky" id="ZUZ-NM-oTo"/>
- </connections>
- <point key="canvasLocation" x="110.86956521739131" y="109.82142857142857"/>
- </collectionViewCell>
- </objects>
- </document>
|