12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <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="HFAlert">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" alpha="0.5" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hwm-BA-YR7">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </button>
- <view alpha="0.80000000000000004" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HQi-LA-dF0">
- <rect key="frame" x="57" y="428" width="300" height="40"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="i4a-S4-seR">
- <rect key="frame" x="132.5" y="0.0" width="35.5" height="40"/>
- <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="DHg-dl-PPT"/>
- <constraint firstAttribute="width" relation="lessThanOrEqual" constant="300" id="WIk-j6-OP3"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="i4a-S4-seR" firstAttribute="centerY" secondItem="HQi-LA-dF0" secondAttribute="centerY" id="BvC-qs-ckt"/>
- <constraint firstAttribute="height" constant="40" id="CT0-oi-VlU"/>
- <constraint firstAttribute="width" constant="300" id="HGv-QA-ahO"/>
- <constraint firstItem="i4a-S4-seR" firstAttribute="centerX" secondItem="HQi-LA-dF0" secondAttribute="centerX" id="vFF-83-9Ju"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="Hwm-BA-YR7" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="5sV-d7-Ycq"/>
- <constraint firstItem="HQi-LA-dF0" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="FaH-aI-dP7"/>
- <constraint firstAttribute="bottom" secondItem="Hwm-BA-YR7" secondAttribute="bottom" id="Kn0-Mu-jRT"/>
- <constraint firstAttribute="trailing" secondItem="Hwm-BA-YR7" secondAttribute="trailing" id="QJV-AT-5Sh"/>
- <constraint firstItem="HQi-LA-dF0" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="mk7-ui-g41"/>
- <constraint firstItem="Hwm-BA-YR7" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="xEH-BX-Ebr"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="I5d-tg-Ihi"/>
- <connections>
- <outlet property="AlertView" destination="HQi-LA-dF0" id="dRy-4X-KRc"/>
- <outlet property="disBtn" destination="Hwm-BA-YR7" id="3cR-aX-KrC"/>
- <outlet property="titleL" destination="i4a-S4-seR" id="Aur-HI-abk"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="152.67857142857142"/>
- </view>
- </objects>
- </document>
|