123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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="ChangeSchoolDetailPictureCell">
- <rect key="frame" x="0.0" y="0.0" width="102" height="111"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="102" height="111"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="plancell2" translatesAutoresizingMaskIntoConstraints="NO" id="EDv-pd-5o7">
- <rect key="frame" x="0.0" y="0.0" width="102" height="111"/>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="EDv-pd-5o7" firstAttribute="width" secondItem="gTV-IL-0wX" secondAttribute="width" id="8d7-ag-CIk"/>
- <constraint firstItem="EDv-pd-5o7" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="ALQ-nY-8W5"/>
- <constraint firstItem="EDv-pd-5o7" firstAttribute="height" secondItem="gTV-IL-0wX" secondAttribute="height" id="d8A-Xz-xXI"/>
- <constraint firstItem="EDv-pd-5o7" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="xaJ-DD-BMm"/>
- </constraints>
- <size key="customSize" width="102" height="111"/>
- <connections>
- <outlet property="imageView" destination="EDv-pd-5o7" id="5RH-i3-uSg"/>
- </connections>
- <point key="canvasLocation" x="85.507246376811594" y="55.245535714285715"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="plancell2" width="100" height="98"/>
- </resources>
- </document>
|