MOLiveMenuView.xib 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MOLiveMenuView">
  13. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QR2-I0-faW">
  17. <rect key="frame" x="0.0" y="488" width="393" height="364"/>
  18. <subviews>
  19. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="idq-Q5-fPc">
  20. <rect key="frame" x="0.0" y="0.0" width="393" height="364"/>
  21. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="iEE-14-6VU">
  23. <size key="itemSize" width="128" height="128"/>
  24. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  25. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  26. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  27. </collectionViewFlowLayout>
  28. </collectionView>
  29. </subviews>
  30. <color key="backgroundColor" red="0.9882352941176471" green="0.9882352941176471" blue="0.9882352941176471" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  31. <constraints>
  32. <constraint firstAttribute="bottom" secondItem="idq-Q5-fPc" secondAttribute="bottom" id="0a7-hX-pjI"/>
  33. <constraint firstItem="idq-Q5-fPc" firstAttribute="top" secondItem="QR2-I0-faW" secondAttribute="top" id="6Ff-L9-Zcg"/>
  34. <constraint firstAttribute="height" constant="364" id="8Yh-ZH-uJn"/>
  35. <constraint firstAttribute="trailing" secondItem="idq-Q5-fPc" secondAttribute="trailing" id="vmU-Hr-zCd"/>
  36. <constraint firstItem="idq-Q5-fPc" firstAttribute="leading" secondItem="QR2-I0-faW" secondAttribute="leading" id="y3L-pU-pXA"/>
  37. </constraints>
  38. </view>
  39. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="14d-0G-ZPx">
  40. <rect key="frame" x="0.0" y="0.0" width="393" height="488"/>
  41. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  42. <connections>
  43. <action selector="dismissBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="fLb-2u-FaD"/>
  44. </connections>
  45. </button>
  46. </subviews>
  47. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  48. <constraints>
  49. <constraint firstAttribute="trailing" secondItem="14d-0G-ZPx" secondAttribute="trailing" id="8NB-z2-4sT"/>
  50. <constraint firstItem="QR2-I0-faW" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Neg-u6-I6V"/>
  51. <constraint firstItem="14d-0G-ZPx" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="SJZ-yc-ysq"/>
  52. <constraint firstAttribute="trailing" secondItem="QR2-I0-faW" secondAttribute="trailing" id="U4z-Yn-zjg"/>
  53. <constraint firstItem="14d-0G-ZPx" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="ZK8-wG-a0Y"/>
  54. <constraint firstItem="QR2-I0-faW" firstAttribute="top" secondItem="14d-0G-ZPx" secondAttribute="bottom" id="qAm-lc-Ht3"/>
  55. <constraint firstAttribute="bottom" secondItem="QR2-I0-faW" secondAttribute="bottom" id="r2w-JN-phe"/>
  56. </constraints>
  57. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  58. <connections>
  59. <outlet property="bgView" destination="QR2-I0-faW" id="Ufn-IF-Wis"/>
  60. <outlet property="bgViewHeight" destination="8Yh-ZH-uJn" id="UoJ-Mj-s2j"/>
  61. <outlet property="collectionView" destination="idq-Q5-fPc" id="iaJ-pZ-Vv3"/>
  62. </connections>
  63. <point key="canvasLocation" x="131" y="-11"/>
  64. </view>
  65. </objects>
  66. </document>