QuitMultipleModeAlertViewController.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="QuitMultipleModeAlertViewController">
  13. <connections>
  14. <outlet property="contentView" destination="W7a-9k-Zbf" id="v3n-H4-cwl"/>
  15. <outlet property="leftButton" destination="epU-Gn-Xcm" id="vN8-Uu-KZ5"/>
  16. <outlet property="rightButton" destination="hh0-nI-ero" id="TqI-sz-ydy"/>
  17. <outlet property="textLabel" destination="qqA-Ek-im7" id="MXF-36-xnc"/>
  18. <outlet property="titleLabel" destination="dEG-nM-7oW" id="fwe-jZ-KiI"/>
  19. <outlet property="view" destination="Th9-mb-q5A" id="KOQ-mc-Owu"/>
  20. </connections>
  21. </placeholder>
  22. <view opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="Th9-mb-q5A">
  23. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="W7a-9k-Zbf">
  27. <rect key="frame" x="41.5" y="328" width="331" height="150"/>
  28. <subviews>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="确认提醒" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dEG-nM-7oW">
  30. <rect key="frame" x="129" y="20" width="73.5" height="21.5"/>
  31. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  32. <nil key="textColor"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="切换模式中,是否要保存已拍摄数据!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="8" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qqA-Ek-im7">
  36. <rect key="frame" x="15" y="56.5" width="301" height="18"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  38. <nil key="textColor"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="epU-Gn-Xcm" customClass="PCSButton">
  42. <rect key="frame" x="0.0" y="99.5" width="165.5" height="50"/>
  43. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  45. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  46. <state key="normal" title="不保留">
  47. <color key="titleColor" name="custom-gray-btn-title"/>
  48. </state>
  49. <connections>
  50. <action selector="discardButtonTouchUpInside:" destination="-1" eventType="touchUpInside" id="J4v-1v-7i1"/>
  51. </connections>
  52. </button>
  53. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hh0-nI-ero" customClass="PCSButton">
  54. <rect key="frame" x="165.5" y="99.5" width="165.5" height="50"/>
  55. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. <constraints>
  57. <constraint firstAttribute="height" constant="50" id="IIf-rE-UQv"/>
  58. </constraints>
  59. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  60. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  61. <state key="normal" title="保留">
  62. <color key="titleColor" name="custom-orange"/>
  63. </state>
  64. <connections>
  65. <action selector="saveButtonTouchUpInside:" destination="-1" eventType="touchUpInside" id="ggg-u7-J9M"/>
  66. </connections>
  67. </button>
  68. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Kka-7F-Hhh">
  69. <rect key="frame" x="0.0" y="99" width="331" height="0.5"/>
  70. <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  71. <constraints>
  72. <constraint firstAttribute="height" constant="0.5" id="yto-7f-Qhj"/>
  73. </constraints>
  74. </view>
  75. </subviews>
  76. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  77. <constraints>
  78. <constraint firstItem="epU-Gn-Xcm" firstAttribute="top" secondItem="qqA-Ek-im7" secondAttribute="bottom" constant="25" id="3nx-IS-EWc"/>
  79. <constraint firstItem="epU-Gn-Xcm" firstAttribute="leading" secondItem="W7a-9k-Zbf" secondAttribute="leading" id="84u-gk-Ey7"/>
  80. <constraint firstItem="qqA-Ek-im7" firstAttribute="leading" secondItem="W7a-9k-Zbf" secondAttribute="leading" constant="15" id="Cb6-7R-Qbb"/>
  81. <constraint firstItem="hh0-nI-ero" firstAttribute="width" secondItem="epU-Gn-Xcm" secondAttribute="width" id="F1c-Ja-xfj"/>
  82. <constraint firstItem="hh0-nI-ero" firstAttribute="leading" secondItem="epU-Gn-Xcm" secondAttribute="trailing" id="JhO-0R-H8m"/>
  83. <constraint firstItem="Kka-7F-Hhh" firstAttribute="bottom" secondItem="epU-Gn-Xcm" secondAttribute="top" id="Lp5-LZ-b6B"/>
  84. <constraint firstAttribute="trailing" secondItem="qqA-Ek-im7" secondAttribute="trailing" constant="15" id="NLS-0A-rra"/>
  85. <constraint firstItem="dEG-nM-7oW" firstAttribute="centerX" secondItem="W7a-9k-Zbf" secondAttribute="centerX" id="QiU-kx-vhH"/>
  86. <constraint firstItem="Kka-7F-Hhh" firstAttribute="leading" secondItem="W7a-9k-Zbf" secondAttribute="leading" id="V19-lz-KW0"/>
  87. <constraint firstAttribute="bottom" secondItem="epU-Gn-Xcm" secondAttribute="bottom" constant="0.33333333333331439" id="b1V-ch-yyB"/>
  88. <constraint firstItem="dEG-nM-7oW" firstAttribute="top" secondItem="W7a-9k-Zbf" secondAttribute="top" constant="20" id="eX5-ZN-OX3"/>
  89. <constraint firstItem="Kka-7F-Hhh" firstAttribute="width" secondItem="epU-Gn-Xcm" secondAttribute="width" multiplier="2" id="ekN-4e-pdZ"/>
  90. <constraint firstAttribute="trailing" secondItem="hh0-nI-ero" secondAttribute="trailing" id="gRp-A7-YKz"/>
  91. <constraint firstAttribute="bottom" secondItem="hh0-nI-ero" secondAttribute="bottom" constant="0.33333333333331439" id="i2e-Pq-6xE"/>
  92. <constraint firstItem="qqA-Ek-im7" firstAttribute="top" secondItem="dEG-nM-7oW" secondAttribute="bottom" constant="15" id="iXl-XH-qdu"/>
  93. <constraint firstItem="hh0-nI-ero" firstAttribute="height" secondItem="epU-Gn-Xcm" secondAttribute="height" id="n6D-1k-9ya"/>
  94. </constraints>
  95. <userDefinedRuntimeAttributes>
  96. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  97. <integer key="value" value="12"/>
  98. </userDefinedRuntimeAttribute>
  99. </userDefinedRuntimeAttributes>
  100. </view>
  101. </subviews>
  102. <viewLayoutGuide key="safeArea" id="PRn-rU-Dil"/>
  103. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  104. <constraints>
  105. <constraint firstItem="W7a-9k-Zbf" firstAttribute="width" secondItem="Th9-mb-q5A" secondAttribute="width" multiplier="0.8" id="Q7W-v2-qx6"/>
  106. <constraint firstItem="W7a-9k-Zbf" firstAttribute="centerX" secondItem="PRn-rU-Dil" secondAttribute="centerX" id="WNy-7C-bJG"/>
  107. <constraint firstItem="W7a-9k-Zbf" firstAttribute="centerY" secondItem="PRn-rU-Dil" secondAttribute="centerY" constant="-50" id="sHF-4r-QZs"/>
  108. </constraints>
  109. <point key="canvasLocation" x="-520" y="-654"/>
  110. </view>
  111. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  112. </objects>
  113. <resources>
  114. <namedColor name="custom-gray-btn-title">
  115. <color red="0.35686274509803922" green="0.35686274509803922" blue="0.35686274509803922" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  116. </namedColor>
  117. <namedColor name="custom-orange">
  118. <color red="0.90200001001358032" green="0.37999999523162842" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  119. </namedColor>
  120. <systemColor name="systemBackgroundColor">
  121. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  122. </systemColor>
  123. </resources>
  124. </document>