HFAlert.xib 5.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="HFAlert">
  14. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <button opaque="NO" alpha="0.5" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hwm-BA-YR7">
  18. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  19. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  20. </button>
  21. <view alpha="0.80000000000000004" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HQi-LA-dF0">
  22. <rect key="frame" x="57" y="428" width="300" height="40"/>
  23. <subviews>
  24. <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">
  25. <rect key="frame" x="132.5" y="0.0" width="35.5" height="40"/>
  26. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="40" id="DHg-dl-PPT"/>
  29. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="300" id="WIk-j6-OP3"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  32. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <constraints>
  38. <constraint firstItem="i4a-S4-seR" firstAttribute="centerY" secondItem="HQi-LA-dF0" secondAttribute="centerY" id="BvC-qs-ckt"/>
  39. <constraint firstAttribute="height" constant="40" id="CT0-oi-VlU"/>
  40. <constraint firstAttribute="width" constant="300" id="HGv-QA-ahO"/>
  41. <constraint firstItem="i4a-S4-seR" firstAttribute="centerX" secondItem="HQi-LA-dF0" secondAttribute="centerX" id="vFF-83-9Ju"/>
  42. </constraints>
  43. </view>
  44. </subviews>
  45. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  46. <constraints>
  47. <constraint firstItem="Hwm-BA-YR7" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="5sV-d7-Ycq"/>
  48. <constraint firstItem="HQi-LA-dF0" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="FaH-aI-dP7"/>
  49. <constraint firstAttribute="bottom" secondItem="Hwm-BA-YR7" secondAttribute="bottom" id="Kn0-Mu-jRT"/>
  50. <constraint firstAttribute="trailing" secondItem="Hwm-BA-YR7" secondAttribute="trailing" id="QJV-AT-5Sh"/>
  51. <constraint firstItem="HQi-LA-dF0" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="mk7-ui-g41"/>
  52. <constraint firstItem="Hwm-BA-YR7" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="xEH-BX-Ebr"/>
  53. </constraints>
  54. <viewLayoutGuide key="safeArea" id="I5d-tg-Ihi"/>
  55. <connections>
  56. <outlet property="AlertView" destination="HQi-LA-dF0" id="dRy-4X-KRc"/>
  57. <outlet property="disBtn" destination="Hwm-BA-YR7" id="3cR-aX-KrC"/>
  58. <outlet property="titleL" destination="i4a-S4-seR" id="Aur-HI-abk"/>
  59. </connections>
  60. <point key="canvasLocation" x="137.68115942028987" y="152.67857142857142"/>
  61. </view>
  62. </objects>
  63. </document>