ChangeSchoolDetailPictureCell.xib 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  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"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="ChangeSchoolDetailPictureCell">
  15. <rect key="frame" x="0.0" y="0.0" width="102" height="111"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="102" height="111"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="plancell2" translatesAutoresizingMaskIntoConstraints="NO" id="EDv-pd-5o7">
  22. <rect key="frame" x="0.0" y="0.0" width="102" height="111"/>
  23. </imageView>
  24. </subviews>
  25. </view>
  26. <constraints>
  27. <constraint firstItem="EDv-pd-5o7" firstAttribute="width" secondItem="gTV-IL-0wX" secondAttribute="width" id="8d7-ag-CIk"/>
  28. <constraint firstItem="EDv-pd-5o7" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="ALQ-nY-8W5"/>
  29. <constraint firstItem="EDv-pd-5o7" firstAttribute="height" secondItem="gTV-IL-0wX" secondAttribute="height" id="d8A-Xz-xXI"/>
  30. <constraint firstItem="EDv-pd-5o7" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="xaJ-DD-BMm"/>
  31. </constraints>
  32. <size key="customSize" width="102" height="111"/>
  33. <connections>
  34. <outlet property="imageView" destination="EDv-pd-5o7" id="5RH-i3-uSg"/>
  35. </connections>
  36. <point key="canvasLocation" x="85.507246376811594" y="55.245535714285715"/>
  37. </collectionViewCell>
  38. </objects>
  39. <resources>
  40. <image name="plancell2" width="100" height="98"/>
  41. </resources>
  42. </document>