| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
- <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"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MOLiveMenuView">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QR2-I0-faW">
- <rect key="frame" x="0.0" y="488" width="393" height="364"/>
- <subviews>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="idq-Q5-fPc">
- <rect key="frame" x="0.0" y="0.0" width="393" height="364"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="iEE-14-6VU">
- <size key="itemSize" width="128" height="128"/>
- <size key="headerReferenceSize" width="0.0" height="0.0"/>
- <size key="footerReferenceSize" width="0.0" height="0.0"/>
- <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
- </collectionViewFlowLayout>
- </collectionView>
- </subviews>
- <color key="backgroundColor" red="0.9882352941176471" green="0.9882352941176471" blue="0.9882352941176471" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="idq-Q5-fPc" secondAttribute="bottom" id="0a7-hX-pjI"/>
- <constraint firstItem="idq-Q5-fPc" firstAttribute="top" secondItem="QR2-I0-faW" secondAttribute="top" id="6Ff-L9-Zcg"/>
- <constraint firstAttribute="height" constant="364" id="8Yh-ZH-uJn"/>
- <constraint firstAttribute="trailing" secondItem="idq-Q5-fPc" secondAttribute="trailing" id="vmU-Hr-zCd"/>
- <constraint firstItem="idq-Q5-fPc" firstAttribute="leading" secondItem="QR2-I0-faW" secondAttribute="leading" id="y3L-pU-pXA"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="14d-0G-ZPx">
- <rect key="frame" x="0.0" y="0.0" width="393" height="488"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <connections>
- <action selector="dismissBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="fLb-2u-FaD"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="14d-0G-ZPx" secondAttribute="trailing" id="8NB-z2-4sT"/>
- <constraint firstItem="QR2-I0-faW" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Neg-u6-I6V"/>
- <constraint firstItem="14d-0G-ZPx" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="SJZ-yc-ysq"/>
- <constraint firstAttribute="trailing" secondItem="QR2-I0-faW" secondAttribute="trailing" id="U4z-Yn-zjg"/>
- <constraint firstItem="14d-0G-ZPx" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="ZK8-wG-a0Y"/>
- <constraint firstItem="QR2-I0-faW" firstAttribute="top" secondItem="14d-0G-ZPx" secondAttribute="bottom" id="qAm-lc-Ht3"/>
- <constraint firstAttribute="bottom" secondItem="QR2-I0-faW" secondAttribute="bottom" id="r2w-JN-phe"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="bgView" destination="QR2-I0-faW" id="Ufn-IF-Wis"/>
- <outlet property="bgViewHeight" destination="8Yh-ZH-uJn" id="UoJ-Mj-s2j"/>
- <outlet property="collectionView" destination="idq-Q5-fPc" id="iaJ-pZ-Vv3"/>
- </connections>
- <point key="canvasLocation" x="131" y="-11"/>
- </view>
- </objects>
- </document>
|