ChangeSchoolDetailFileViewController.xib 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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" customClass="ChangeSchoolDetailFileViewController">
  13. <connections>
  14. <outlet property="collectionView" destination="XK7-eC-RK1" id="pF0-Bi-2Q4"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="XK7-eC-RK1">
  24. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  25. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  26. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="wpq-C9-WBK">
  27. <size key="itemSize" width="50" height="50"/>
  28. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  29. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  30. <inset key="sectionInset" minX="8" minY="0.0" maxX="8" maxY="0.0"/>
  31. </collectionViewFlowLayout>
  32. <connections>
  33. <outlet property="dataSource" destination="-1" id="vtl-Bp-xQ1"/>
  34. <outlet property="delegate" destination="-1" id="Ucd-if-rYE"/>
  35. </connections>
  36. </collectionView>
  37. </subviews>
  38. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <constraints>
  40. <constraint firstItem="XK7-eC-RK1" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="7IB-Us-mYr"/>
  41. <constraint firstAttribute="bottom" secondItem="XK7-eC-RK1" secondAttribute="bottom" id="Aie-3j-Uyb"/>
  42. <constraint firstItem="XK7-eC-RK1" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Sx9-B9-6Z6"/>
  43. <constraint firstAttribute="trailing" secondItem="XK7-eC-RK1" secondAttribute="trailing" id="Z3s-8N-AT9"/>
  44. </constraints>
  45. </view>
  46. </objects>
  47. </document>