| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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" useSafeAreas="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="Safe area layout guides" minToolsVersion="9.0"/>
- <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="MONormalRightAlertView">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DjJ-sD-MSE">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <connections>
- <action selector="closeBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="2nf-hR-Evk"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ezJ-zb-RWH">
- <rect key="frame" x="274" y="60" width="114" height="125"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="90L-kb-gIV">
- <rect key="frame" x="0.0" y="0.0" width="114" height="125"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="90L-kb-gIV" firstAttribute="leading" secondItem="ezJ-zb-RWH" secondAttribute="leading" id="6n2-CE-Uqr"/>
- <constraint firstItem="90L-kb-gIV" firstAttribute="top" secondItem="ezJ-zb-RWH" secondAttribute="top" id="DYm-Pz-M8J"/>
- <constraint firstAttribute="height" constant="125" id="JYf-hB-NVs"/>
- <constraint firstAttribute="bottom" secondItem="90L-kb-gIV" secondAttribute="bottom" id="Na3-Hw-dac"/>
- <constraint firstAttribute="trailing" secondItem="90L-kb-gIV" secondAttribute="trailing" id="nJW-wd-Apt"/>
- <constraint firstAttribute="width" constant="114" id="yrf-em-4z8"/>
- </constraints>
- </view>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.050000000000000003" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="ezJ-zb-RWH" secondAttribute="trailing" constant="5" id="CZc-KU-JdL"/>
- <constraint firstAttribute="bottom" secondItem="DjJ-sD-MSE" secondAttribute="bottom" id="JXK-Si-ZcN"/>
- <constraint firstItem="DjJ-sD-MSE" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="LvV-Mz-iVv"/>
- <constraint firstItem="DjJ-sD-MSE" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="YJS-ax-HXl"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="DjJ-sD-MSE" secondAttribute="trailing" id="hUc-Wn-cRz"/>
- <constraint firstItem="ezJ-zb-RWH" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="60" id="vT9-eT-GEI"/>
- </constraints>
- <connections>
- <outlet property="bgView" destination="ezJ-zb-RWH" id="MlN-2I-Gij"/>
- <outlet property="menuVIewTop" destination="vT9-eT-GEI" id="2tq-NW-Tf3"/>
- <outlet property="menuViewHeight" destination="JYf-hB-NVs" id="bTp-XD-oKI"/>
- <outlet property="menuViewRight" destination="CZc-KU-JdL" id="DLk-Q5-XFp"/>
- <outlet property="menuViewWidth" destination="yrf-em-4z8" id="RSB-Zf-TNp"/>
- <outlet property="tableView" destination="90L-kb-gIV" id="8SI-hm-u18"/>
- </connections>
- <point key="canvasLocation" x="132" y="-12"/>
- </view>
- </objects>
- </document>
|