<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" 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="17125"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <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" customClass="CSAlertViewController" customModule="COVIDSafe" customModuleProvider="target"> <connections> <outlet property="mainButton" destination="R97-nu-hDO" id="yMM-sC-Yh8"/> <outlet property="messageLabel" destination="ZAV-9u-66C" id="l65-c0-ar4"/> <outlet property="view" destination="iN0-l3-epB" id="dTf-QS-rUG"/> </connections> </placeholder> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view contentMode="scaleToFill" id="iN0-l3-epB"> <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="noz-x4-eyw"> <rect key="frame" x="16" y="355" width="382" height="186"/> <subviews> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="R97-nu-hDO"> <rect key="frame" x="0.0" y="130" width="382" height="56"/> <color key="backgroundColor" red="0.7843137255" green="1" blue="0.72549019609999998" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> <constraints> <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="56" id="Wc9-CV-VEl"/> </constraints> <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> <state key="normal" title="Dismiss"> <color key="titleColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </state> <connections> <action selector="onMainActionTapped:" destination="-1" eventType="touchUpInside" id="G7d-LW-A5y"/> </connections> </button> <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" bouncesZoom="NO" editable="NO" text="COVIDSafe now collects diagnostic information to help you troubleshoot issues with your App. Learn more" textAlignment="natural" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZAV-9u-66C"> <rect key="frame" x="16" y="24" width="350" height="82"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <color key="tintColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="textColor" systemColor="labelColor"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> </textView> </subviews> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <constraints> <constraint firstItem="R97-nu-hDO" firstAttribute="leading" secondItem="noz-x4-eyw" secondAttribute="leading" id="3Hd-12-vef"/> <constraint firstItem="ZAV-9u-66C" firstAttribute="leading" secondItem="noz-x4-eyw" secondAttribute="leading" constant="16" id="9WA-Gs-QEM"/> <constraint firstAttribute="trailing" secondItem="ZAV-9u-66C" secondAttribute="trailing" constant="16" id="WDm-74-G3u"/> <constraint firstAttribute="bottom" secondItem="R97-nu-hDO" secondAttribute="bottom" id="WX7-Wi-ExD"/> <constraint firstItem="ZAV-9u-66C" firstAttribute="top" secondItem="noz-x4-eyw" secondAttribute="top" constant="24" id="fsR-mW-8GF"/> <constraint firstAttribute="trailing" secondItem="R97-nu-hDO" secondAttribute="trailing" id="qi2-BP-FDs"/> <constraint firstItem="R97-nu-hDO" firstAttribute="top" secondItem="ZAV-9u-66C" secondAttribute="bottom" constant="24" id="ysv-sc-AvP"/> </constraints> </view> </subviews> <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/> <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.29527948943661969" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstItem="noz-x4-eyw" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="16" id="Ktz-tM-Y4d"/> <constraint firstItem="noz-x4-eyw" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="cAK-sK-IGc"/> <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="noz-x4-eyw" secondAttribute="trailing" constant="16" id="wNF-aD-XaI"/> </constraints> <nil key="simulatedTopBarMetrics"/> <nil key="simulatedBottomBarMetrics"/> <point key="canvasLocation" x="-384.05797101449281" y="-35.491071428571423"/> </view> </objects> <resources> <systemColor name="labelColor"> <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </systemColor> <systemColor name="systemBackgroundColor"> <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </systemColor> </resources> </document>