2022-07-27 12:25:58 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-09-30 20:17:26 +03:00
|
|
|
<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">
|
2022-07-27 12:25:58 +03:00
|
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
|
|
<dependencies>
|
|
|
|
<deployment identifier="iOS"/>
|
2022-09-30 20:17:26 +03:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.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="PollFooterView" customModule="NextcloudTalk" customModuleProvider="target">
|
|
|
|
<connections>
|
|
|
|
<outlet property="contentView" destination="iN0-l3-epB" id="haM-W0-q72"/>
|
|
|
|
<outlet property="primaryButton" destination="Uba-dr-XwV" id="PHu-eq-IWG"/>
|
2022-08-02 09:34:32 +03:00
|
|
|
<outlet property="primaryButtonContainerView" destination="mz5-QK-Vc4" id="K8A-yH-hJ8"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<outlet property="secondaryButton" destination="cqE-UK-jRE" id="RGK-hz-nhM"/>
|
2022-08-02 09:34:32 +03:00
|
|
|
<outlet property="secondaryButtonContainerView" destination="gsk-NZ-Avw" id="Nsf-Xj-GCJ"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
</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="400" height="120"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
2022-08-02 09:34:32 +03:00
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="drg-Lu-Q9I">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="120"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<subviews>
|
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mz5-QK-Vc4">
|
2022-08-02 09:34:32 +03:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="60"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<subviews>
|
2022-09-30 20:17:26 +03:00
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Uba-dr-XwV" customClass="NCButton" customModule="NextcloudTalk" customModuleProvider="target">
|
|
|
|
<rect key="frame" x="151" y="10" width="98" height="40"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" id="L7X-N8-rLI"/>
|
|
|
|
<constraint firstAttribute="height" constant="40" id="h4e-9F-Njb"/>
|
|
|
|
</constraints>
|
2022-09-30 20:17:26 +03:00
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<inset key="contentEdgeInsets" minX="24" minY="0.0" maxX="24" maxY="0.0"/>
|
|
|
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
|
|
<state key="normal" title="Button"/>
|
|
|
|
</button>
|
|
|
|
</subviews>
|
2022-07-27 20:53:33 +03:00
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="Uba-dr-XwV" firstAttribute="centerX" secondItem="mz5-QK-Vc4" secondAttribute="centerX" id="0ck-A5-Kl2"/>
|
|
|
|
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Uba-dr-XwV" secondAttribute="trailing" constant="20" id="Kxn-uT-Qol"/>
|
|
|
|
<constraint firstItem="Uba-dr-XwV" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="mz5-QK-Vc4" secondAttribute="leading" constant="20" id="Y3w-8j-ewD"/>
|
|
|
|
<constraint firstItem="Uba-dr-XwV" firstAttribute="centerY" secondItem="mz5-QK-Vc4" secondAttribute="centerY" id="nO2-MA-v2S"/>
|
|
|
|
</constraints>
|
|
|
|
</view>
|
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gsk-NZ-Avw">
|
2022-08-02 09:34:32 +03:00
|
|
|
<rect key="frame" x="0.0" y="60" width="400" height="60"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<subviews>
|
2022-09-30 20:17:26 +03:00
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cqE-UK-jRE" customClass="NCButton" customModule="NextcloudTalk" customModuleProvider="target">
|
|
|
|
<rect key="frame" x="151" y="10" width="98" height="40"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="40" id="7km-P5-gsB"/>
|
|
|
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" id="xp6-YI-UJI"/>
|
|
|
|
</constraints>
|
2022-09-30 20:17:26 +03:00
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<inset key="contentEdgeInsets" minX="24" minY="0.0" maxX="24" maxY="0.0"/>
|
|
|
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
2022-07-27 20:53:33 +03:00
|
|
|
<state key="normal" title="Button"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
</button>
|
|
|
|
</subviews>
|
2022-07-27 20:53:33 +03:00
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="cqE-UK-jRE" firstAttribute="centerY" secondItem="gsk-NZ-Avw" secondAttribute="centerY" id="2qh-CW-qPP"/>
|
|
|
|
<constraint firstItem="cqE-UK-jRE" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="gsk-NZ-Avw" secondAttribute="leading" constant="20" id="CwI-ZV-CpG"/>
|
|
|
|
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="cqE-UK-jRE" secondAttribute="trailing" constant="20" id="p6W-I5-kmH"/>
|
|
|
|
<constraint firstItem="cqE-UK-jRE" firstAttribute="centerX" secondItem="gsk-NZ-Avw" secondAttribute="centerX" id="ta7-Km-162"/>
|
|
|
|
</constraints>
|
|
|
|
</view>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
<viewLayoutGuide key="safeArea" id="aeK-Wy-mPD"/>
|
2022-07-27 20:53:33 +03:00
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<constraints>
|
2022-08-02 09:34:32 +03:00
|
|
|
<constraint firstAttribute="bottom" secondItem="drg-Lu-Q9I" secondAttribute="bottom" id="E5z-jh-A8I"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
<constraint firstItem="drg-Lu-Q9I" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="otV-lK-vzV"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="drg-Lu-Q9I" secondAttribute="trailing" id="uRr-FG-e0S"/>
|
2022-08-02 09:34:32 +03:00
|
|
|
<constraint firstItem="drg-Lu-Q9I" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="zt1-sw-eMa"/>
|
2022-07-27 12:25:58 +03:00
|
|
|
</constraints>
|
|
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
|
<point key="canvasLocation" x="123" y="148"/>
|
|
|
|
</view>
|
|
|
|
</objects>
|
|
|
|
</document>
|