WorkFlowSearchItemCell.xib 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="WorkFlowSearchItemCell">
  14. <rect key="frame" x="0.0" y="0.0" width="185" height="36"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="185" height="36"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UWJ-fx-jky">
  21. <rect key="frame" x="0.0" y="0.0" width="185" height="36"/>
  22. <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  24. <state key="normal" title="Button">
  25. <color key="titleColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="calibratedRGB"/>
  26. </state>
  27. <state key="selected">
  28. <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="calibratedRGB"/>
  29. </state>
  30. </button>
  31. </subviews>
  32. </view>
  33. <constraints>
  34. <constraint firstItem="UWJ-fx-jky" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="CIm-1H-khK"/>
  35. <constraint firstAttribute="bottom" secondItem="UWJ-fx-jky" secondAttribute="bottom" id="OPe-jr-Rby"/>
  36. <constraint firstAttribute="trailing" secondItem="UWJ-fx-jky" secondAttribute="trailing" id="Q9Y-s6-dmk"/>
  37. <constraint firstItem="UWJ-fx-jky" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vgS-pw-ABI"/>
  38. </constraints>
  39. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  40. <size key="customSize" width="185" height="50"/>
  41. <connections>
  42. <outlet property="itemBtn" destination="UWJ-fx-jky" id="ZUZ-NM-oTo"/>
  43. </connections>
  44. <point key="canvasLocation" x="110.86956521739131" y="109.82142857142857"/>
  45. </collectionViewCell>
  46. </objects>
  47. </document>