mirror of
https://github.com/confirmedcode/Lockdown-iOS.git
synced 2025-12-21 12:14:02 +01:00
104 lines
8.6 KiB
XML
104 lines
8.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
||
<device id="retina6_0" orientation="portrait" appearance="light"/>
|
||
<dependencies>
|
||
<deployment identifier="iOS"/>
|
||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
|
||
<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>
|
||
<customFonts key="customFonts">
|
||
<array key="Montserrat-Bold.ttf">
|
||
<string>Montserrat-Bold</string>
|
||
</array>
|
||
<array key="Montserrat-Medium.ttf">
|
||
<string>Montserrat-Medium</string>
|
||
</array>
|
||
</customFonts>
|
||
<objects>
|
||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DeleteMyAccountViewController" customModule="Lockdown" customModuleProvider="target">
|
||
<connections>
|
||
<outlet property="bodyLabel" destination="I97-f0-Xao" id="dlq-Ow-i5n"/>
|
||
<outlet property="exitButton" destination="ENQ-pO-Tsh" id="tGy-Hn-OKi"/>
|
||
<outlet property="proceedButton" destination="9Xi-T6-IjJ" id="egI-FN-aXa"/>
|
||
<outlet property="titleLabel" destination="pAC-WW-pOc" id="Mr2-2L-uUA"/>
|
||
<outlet property="view" destination="iN0-l3-epB" id="gmE-QE-m7H"/>
|
||
</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="390" height="844"/>
|
||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||
<subviews>
|
||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Delete My Account" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="pAC-WW-pOc">
|
||
<rect key="frame" x="28" y="95" width="334" height="35"/>
|
||
<fontDescription key="fontDescription" name="Montserrat-Bold" family="Montserrat" pointSize="28"/>
|
||
<nil key="textColor"/>
|
||
<nil key="highlightedColor"/>
|
||
</label>
|
||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="I97-f0-Xao">
|
||
<rect key="frame" x="28" y="154" width="334" height="170.66666666666663"/>
|
||
<string key="text">By proceeding you will submit a request to delete your entire account record, along with associated personal data. Once the account has been deleted, you will be notified of these changes via your account email.
|
||
|
||
Please, be aware that you will lose all of your settings including upgrade options and will not be able to create an account with the same email. </string>
|
||
<fontDescription key="fontDescription" name="Montserrat-Medium" family="Montserrat" pointSize="14"/>
|
||
<nil key="textColor"/>
|
||
<nil key="highlightedColor"/>
|
||
</label>
|
||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ENQ-pO-Tsh">
|
||
<rect key="frame" x="120" y="704" width="150" height="58"/>
|
||
<constraints>
|
||
<constraint firstAttribute="width" constant="150" id="0HZ-GT-Loo"/>
|
||
</constraints>
|
||
<fontDescription key="fontDescription" name="Montserrat-Medium" family="Montserrat" pointSize="23"/>
|
||
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
||
<state key="normal" title="Exit">
|
||
<color key="titleColor" red="0.0" green="0.67843137249999996" blue="0.90588235289999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||
</state>
|
||
<connections>
|
||
<action selector="didTapExit:" destination="-1" eventType="touchUpInside" id="s3B-rf-F80"/>
|
||
</connections>
|
||
</button>
|
||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9Xi-T6-IjJ">
|
||
<rect key="frame" x="87.666666666666686" y="623" width="215" height="58"/>
|
||
<color key="backgroundColor" red="0.90588235289999997" green="0.29803921570000003" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
|
||
<constraints>
|
||
<constraint firstAttribute="height" constant="58" id="Lof-V0-Jg8"/>
|
||
<constraint firstAttribute="width" constant="215" id="xyp-Ja-ZpM"/>
|
||
</constraints>
|
||
<fontDescription key="fontDescription" name="Montserrat-Medium" family="Montserrat" pointSize="23"/>
|
||
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
||
<state key="normal" title="Proceed"/>
|
||
<connections>
|
||
<action selector="didTapProceed:" destination="-1" eventType="touchUpInside" id="5fJ-Zk-Ybp"/>
|
||
</connections>
|
||
</button>
|
||
</subviews>
|
||
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
|
||
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
||
<constraints>
|
||
<constraint firstItem="9Xi-T6-IjJ" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="16" id="Aea-cQ-VJ6"/>
|
||
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="pAC-WW-pOc" secondAttribute="trailing" constant="28" id="Fyq-TR-cTm"/>
|
||
<constraint firstItem="ENQ-pO-Tsh" firstAttribute="height" secondItem="9Xi-T6-IjJ" secondAttribute="height" id="I1o-TV-zlu"/>
|
||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="9Xi-T6-IjJ" secondAttribute="trailing" constant="16" id="Syy-ah-5Rp"/>
|
||
<constraint firstItem="I97-f0-Xao" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="28" id="TKQ-x4-evB"/>
|
||
<constraint firstItem="I97-f0-Xao" firstAttribute="top" secondItem="pAC-WW-pOc" secondAttribute="bottom" constant="24" id="c0N-bH-v5I"/>
|
||
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="I97-f0-Xao" secondAttribute="trailing" constant="28" id="fzL-G8-7RZ"/>
|
||
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="ENQ-pO-Tsh" secondAttribute="bottom" constant="48" id="juY-S5-7Tf"/>
|
||
<constraint firstItem="9Xi-T6-IjJ" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="mpG-5m-pVE"/>
|
||
<constraint firstItem="ENQ-pO-Tsh" firstAttribute="top" secondItem="9Xi-T6-IjJ" secondAttribute="bottom" constant="23" id="ptN-7b-uk1"/>
|
||
<constraint firstItem="pAC-WW-pOc" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="28" id="qvP-9Y-xQV"/>
|
||
<constraint firstItem="pAC-WW-pOc" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="48" id="rbd-1G-uWz"/>
|
||
<constraint firstItem="ENQ-pO-Tsh" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="ry9-FE-Mmh"/>
|
||
</constraints>
|
||
<point key="canvasLocation" x="105" y="21"/>
|
||
</view>
|
||
</objects>
|
||
<resources>
|
||
<systemColor name="systemBackgroundColor">
|
||
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
</systemColor>
|
||
</resources>
|
||
</document>
|