| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
- <capability name="System colors in document resources" minToolsVersion="11.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="MOChooseTimeAlertView">
- <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="9e5-FU-3yo">
- <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="dismissBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="AJC-P4-f81"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ht6-RS-RXl">
- <rect key="frame" x="10" y="284.66666666666669" width="373" height="283.00000000000006"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YhN-uE-yX7">
- <rect key="frame" x="0.0" y="0.0" width="373" height="40"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Please Confirm" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vHA-bv-d4Y">
- <rect key="frame" x="15" y="9.666666666666627" width="343" height="20.333333333333329"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.16862745098039217" green="0.14901960784313725" blue="0.17254901960784313" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="vHA-bv-d4Y" secondAttribute="trailing" constant="15" id="2yO-JO-TpT"/>
- <constraint firstItem="vHA-bv-d4Y" firstAttribute="centerY" secondItem="YhN-uE-yX7" secondAttribute="centerY" id="RGr-Af-YaE"/>
- <constraint firstItem="vHA-bv-d4Y" firstAttribute="leading" secondItem="YhN-uE-yX7" secondAttribute="leading" constant="15" id="d4N-l7-Sl4"/>
- <constraint firstAttribute="height" constant="40" id="kzL-XE-nTH"/>
- </constraints>
- </view>
- <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="15" translatesAutoresizingMaskIntoConstraints="NO" id="ON8-IP-ImJ">
- <rect key="frame" x="17" y="215" width="339" height="50"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wg1-iW-h8M">
- <rect key="frame" x="0.0" y="0.0" width="162" height="50"/>
- <fontDescription key="fontDescription" type="system" pointSize="20"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="Cancel">
- <color key="titleColor" red="0.71764705882352942" green="0.71372549019607845" blue="0.71372549019607845" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <connections>
- <action selector="cancelBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="rdu-Dx-O6c"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jf1-n8-V2Z">
- <rect key="frame" x="177" y="0.0" width="162" height="50"/>
- <fontDescription key="fontDescription" type="system" pointSize="20"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="Confirm">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="confirmBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="xsa-gu-0z4"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="tOP-Wz-d2M"/>
- </constraints>
- </stackView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Set user " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vmK-Dv-Y3w">
- <rect key="frame" x="15" y="50" width="343" height="14.333333333333329"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.6470588235294118" green="0.64313725490196072" blue="0.64313725490196072" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="onF-0o-HUG">
- <rect key="frame" x="15" y="74.333333333333314" width="343" height="90"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="90" id="YCT-Rh-Xaq"/>
- </constraints>
- <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="0ft-6f-xBW">
- <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>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="btk-42-8H9">
- <rect key="frame" x="15" y="174.33333333333331" width="343" height="24"/>
- <string key="text">After being added to the blacklist, all user interactions will be
- prohibited.</string>
- <fontDescription key="fontDescription" type="system" pointSize="10"/>
- <color key="textColor" red="0.6470588235294118" green="0.64313725490196072" blue="0.64313725490196072" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="0.97647058823529409" green="0.97647058823529409" blue="0.97647058823529409" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="btk-42-8H9" secondAttribute="trailing" constant="15" id="8HO-V3-no6"/>
- <constraint firstItem="YhN-uE-yX7" firstAttribute="top" secondItem="Ht6-RS-RXl" secondAttribute="top" id="Dr0-ab-ss8"/>
- <constraint firstAttribute="trailing" secondItem="YhN-uE-yX7" secondAttribute="trailing" id="Eyv-lS-beH"/>
- <constraint firstAttribute="bottom" secondItem="ON8-IP-ImJ" secondAttribute="bottom" constant="18" id="Nx4-18-3IE"/>
- <constraint firstItem="btk-42-8H9" firstAttribute="top" secondItem="onF-0o-HUG" secondAttribute="bottom" constant="10" id="ODM-GD-IWN"/>
- <constraint firstAttribute="height" constant="283" id="Q00-E2-fR6"/>
- <constraint firstItem="ON8-IP-ImJ" firstAttribute="leading" secondItem="Ht6-RS-RXl" secondAttribute="leading" constant="17" id="R4F-bE-5OU"/>
- <constraint firstItem="onF-0o-HUG" firstAttribute="top" secondItem="vmK-Dv-Y3w" secondAttribute="bottom" constant="10" id="TS7-i2-Zu3"/>
- <constraint firstAttribute="trailing" secondItem="vmK-Dv-Y3w" secondAttribute="trailing" constant="15" id="Udq-Vc-dgB"/>
- <constraint firstItem="btk-42-8H9" firstAttribute="leading" secondItem="Ht6-RS-RXl" secondAttribute="leading" constant="15" id="VCB-5G-hQS"/>
- <constraint firstAttribute="trailing" secondItem="onF-0o-HUG" secondAttribute="trailing" constant="15" id="X0t-Nt-8as"/>
- <constraint firstItem="onF-0o-HUG" firstAttribute="leading" secondItem="Ht6-RS-RXl" secondAttribute="leading" constant="15" id="biF-G1-Qpp"/>
- <constraint firstItem="vmK-Dv-Y3w" firstAttribute="leading" secondItem="Ht6-RS-RXl" secondAttribute="leading" constant="15" id="iVP-FG-5bW"/>
- <constraint firstAttribute="trailing" secondItem="ON8-IP-ImJ" secondAttribute="trailing" constant="17" id="k3L-iP-uPf"/>
- <constraint firstItem="vmK-Dv-Y3w" firstAttribute="top" secondItem="YhN-uE-yX7" secondAttribute="bottom" constant="10" id="sBb-Rt-ReZ"/>
- <constraint firstItem="YhN-uE-yX7" firstAttribute="leading" secondItem="Ht6-RS-RXl" secondAttribute="leading" id="zKc-RZ-wf7"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.29628000827814571" colorSpace="custom" customColorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="9e5-FU-3yo" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Bwf-2b-WGq"/>
- <constraint firstAttribute="trailing" secondItem="Ht6-RS-RXl" secondAttribute="trailing" constant="10" id="FSF-X6-V0f"/>
- <constraint firstItem="Ht6-RS-RXl" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="10" id="LQ7-BB-eTe"/>
- <constraint firstAttribute="trailing" secondItem="9e5-FU-3yo" secondAttribute="trailing" id="X0h-Md-pSI"/>
- <constraint firstItem="Ht6-RS-RXl" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="nlO-9r-Tw9"/>
- <constraint firstItem="9e5-FU-3yo" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="oHn-vt-Ohz"/>
- <constraint firstAttribute="bottom" secondItem="9e5-FU-3yo" secondAttribute="bottom" id="pB9-AC-Wag"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="bgView" destination="Ht6-RS-RXl" id="bcV-cv-eXV"/>
- <outlet property="bottomTipLab" destination="btk-42-8H9" id="9F1-99-tK4"/>
- <outlet property="cancelBtn" destination="Wg1-iW-h8M" id="Spa-hH-uQC"/>
- <outlet property="collectionView" destination="onF-0o-HUG" id="ae0-UB-uJx"/>
- <outlet property="confirmBtn" destination="Jf1-n8-V2Z" id="nKW-ML-bJO"/>
- <outlet property="titleLab" destination="vHA-bv-d4Y" id="FSl-6N-7Xp"/>
- <outlet property="topTipLab" destination="vmK-Dv-Y3w" id="xyM-oD-3in"/>
- </connections>
- <point key="canvasLocation" x="130.53435114503816" y="-11.267605633802818"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|