ProtectedDataUnavailable.storyboard 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="7k9-ck-zh0">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
  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. <scenes>
  11. <!--Protected Data Unavailable View Controller-->
  12. <scene sceneID="ht4-NA-HBF">
  13. <objects>
  14. <viewController id="7k9-ck-zh0" customClass="ProtectedDataUnavailableViewController" customModule="Threema" customModuleProvider="target" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="G9a-uW-1Nd" customClass="WizardBackgroundView" customModule="ThreemaFramework">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2j5-me-z63">
  20. <rect key="frame" x="47" y="581" width="281" height="36"/>
  21. <color key="backgroundColor" red="0.2470588235" green="0.90196078430000004" blue="0.41176470590000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  22. <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="20"/>
  23. <state key="normal" title="Exit">
  24. <color key="titleColor" red="0.13725490200000001" green="0.0" blue="0.1019607843" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. </state>
  26. <connections>
  27. <action selector="exitButtonPressed:" destination="7k9-ck-zh0" eventType="touchUpInside" id="Ogg-DH-RMd"/>
  28. </connections>
  29. </button>
  30. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Threema" translatesAutoresizingMaskIntoConstraints="NO" id="tWv-Ux-XWT">
  31. <rect key="frame" x="0.0" y="0.0" width="375" height="8.5"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="8.5" id="Pc3-Pl-WSB"/>
  34. <constraint firstAttribute="width" constant="375" id="SaP-23-rHR"/>
  35. </constraints>
  36. </imageView>
  37. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Protected data is currently unavailable. Please exit the app and try again." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="deJ-0E-T1D">
  38. <rect key="frame" x="15" y="313" width="345" height="41"/>
  39. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  40. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  41. <nil key="highlightedColor"/>
  42. </label>
  43. </subviews>
  44. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  45. <constraints>
  46. <constraint firstItem="deJ-0E-T1D" firstAttribute="leading" secondItem="MTc-QP-Qvl" secondAttribute="leading" constant="15" id="7Qy-6u-Vah"/>
  47. <constraint firstItem="MTc-QP-Qvl" firstAttribute="trailing" secondItem="2j5-me-z63" secondAttribute="trailing" constant="47" id="D6U-ra-UkV"/>
  48. <constraint firstItem="tWv-Ux-XWT" firstAttribute="leading" secondItem="MTc-QP-Qvl" secondAttribute="leading" id="OxG-lb-bZH"/>
  49. <constraint firstItem="MTc-QP-Qvl" firstAttribute="trailing" secondItem="tWv-Ux-XWT" secondAttribute="trailing" id="UVi-Fs-zRa"/>
  50. <constraint firstItem="2j5-me-z63" firstAttribute="leading" secondItem="MTc-QP-Qvl" secondAttribute="leading" constant="47" id="VfM-JZ-HhA"/>
  51. <constraint firstItem="MTc-QP-Qvl" firstAttribute="trailing" secondItem="deJ-0E-T1D" secondAttribute="trailing" constant="15" id="Wut-xw-lOD"/>
  52. <constraint firstItem="MTc-QP-Qvl" firstAttribute="bottom" secondItem="2j5-me-z63" secondAttribute="bottom" constant="50" id="fIE-nR-UOc"/>
  53. <constraint firstItem="tWv-Ux-XWT" firstAttribute="centerX" secondItem="G9a-uW-1Nd" secondAttribute="centerX" id="qU8-ft-E2n"/>
  54. <constraint firstItem="deJ-0E-T1D" firstAttribute="centerY" secondItem="G9a-uW-1Nd" secondAttribute="centerY" id="sJ1-aM-h7R"/>
  55. <constraint firstItem="tWv-Ux-XWT" firstAttribute="top" secondItem="MTc-QP-Qvl" secondAttribute="top" id="yjf-3X-mqG"/>
  56. </constraints>
  57. <viewLayoutGuide key="safeArea" id="MTc-QP-Qvl"/>
  58. </view>
  59. <nil key="simulatedStatusBarMetrics"/>
  60. <nil key="simulatedTopBarMetrics"/>
  61. <nil key="simulatedBottomBarMetrics"/>
  62. <connections>
  63. <outlet property="errorTextLabel" destination="deJ-0E-T1D" id="i6l-Pl-TEz"/>
  64. <outlet property="exitButton" destination="2j5-me-z63" id="fRh-7e-VGU"/>
  65. </connections>
  66. </viewController>
  67. <placeholder placeholderIdentifier="IBFirstResponder" id="ugu-dj-2Ql" userLabel="First Responder" sceneMemberID="firstResponder"/>
  68. </objects>
  69. <point key="canvasLocation" x="-399.19999999999999" y="-2485.0074962518743"/>
  70. </scene>
  71. </scenes>
  72. <resources>
  73. <image name="Threema" width="993" height="180"/>
  74. </resources>
  75. </document>