123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
- <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="QRCodeViewController">
- <connections>
- <outlet property="qrImageView" destination="xhF-Cs-cgy" id="lBF-1Q-eGK"/>
- <outlet property="qrLabel" destination="7zh-5O-zmi" id="6p9-gp-maC"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7zh-5O-zmi">
- <rect key="frame" x="20" y="380" width="280" height="84"/>
- <string key="text">Line 1
- Line 2
- Line 3
- Line 4</string>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.66666666666666663" green="0.66666666666666663" blue="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xhF-Cs-cgy">
- <rect key="frame" x="20" y="100" width="280" height="280"/>
- <constraints>
- <constraint firstAttribute="height" constant="280" id="JES-ml-iX2"/>
- <constraint firstAttribute="width" constant="280" id="jG1-D7-3Du"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="Jpu-CJ-XN5" firstAttribute="trailing" secondItem="7zh-5O-zmi" secondAttribute="trailing" constant="20" id="468-jE-YOG"/>
- <constraint firstItem="Jpu-CJ-XN5" firstAttribute="trailing" secondItem="xhF-Cs-cgy" secondAttribute="trailing" constant="20" id="J96-CK-cPj"/>
- <constraint firstItem="Jpu-CJ-XN5" firstAttribute="bottom" secondItem="7zh-5O-zmi" secondAttribute="bottom" constant="16" id="M9W-D7-Lf1"/>
- <constraint firstItem="xhF-Cs-cgy" firstAttribute="top" secondItem="Jpu-CJ-XN5" secondAttribute="top" constant="80" id="OJg-CY-PC0"/>
- <constraint firstItem="xhF-Cs-cgy" firstAttribute="leading" secondItem="Jpu-CJ-XN5" secondAttribute="leading" constant="20" id="YME-yI-gmC"/>
- <constraint firstItem="7zh-5O-zmi" firstAttribute="top" secondItem="xhF-Cs-cgy" secondAttribute="bottom" id="d3l-vl-Kac"/>
- <constraint firstItem="7zh-5O-zmi" firstAttribute="leading" secondItem="Jpu-CJ-XN5" secondAttribute="leading" constant="20" id="dtm-O3-EPY"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Jpu-CJ-XN5"/>
- <point key="canvasLocation" x="350" y="408"/>
- </view>
- </objects>
- </document>
|