ShareConfirmationCollectionViewCell.xib 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22155" 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="22131"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ShareConfirmationCollectionViewCell"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="ShareConfirmationCollectionViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="414" height="682"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="414" height="682"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="jUv-Qc-6mk">
  22. <rect key="frame" x="20" y="20" width="120" height="120"/>
  23. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
  24. </imageView>
  25. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" editable="NO" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BBL-0Q-Diy">
  26. <rect key="frame" x="20" y="160" width="374" height="502"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  29. <color key="textColor" systemColor="labelColor"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  31. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  32. </textView>
  33. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vrf-tE-ZXU">
  34. <rect key="frame" x="0.0" y="0.0" width="414" height="682"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. <edgeInsets key="layoutMargins" top="0.0" left="0.0" bottom="0.0" right="0.0"/>
  37. </imageView>
  38. </subviews>
  39. </view>
  40. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  41. <size key="customSize" width="457" height="818"/>
  42. <connections>
  43. <outlet property="placeholderImageView" destination="jUv-Qc-6mk" id="Bbw-Qk-dYZ"/>
  44. <outlet property="placeholderTextView" destination="BBL-0Q-Diy" id="8PN-hk-qOS"/>
  45. <outlet property="previewView" destination="Vrf-tE-ZXU" id="1Ti-ki-NOr"/>
  46. </connections>
  47. <point key="canvasLocation" x="434.78260869565219" y="102.45535714285714"/>
  48. </collectionViewCell>
  49. </objects>
  50. <resources>
  51. <systemColor name="labelColor">
  52. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. </systemColor>
  54. <systemColor name="systemBackgroundColor">
  55. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. </systemColor>
  57. </resources>
  58. </document>