1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" 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="14460.20"/>
- <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="AboutViewController">
- <connections>
- <outlet property="imageViewIcon" destination="SVs-gg-OPj" id="EtO-P2-SMq"/>
- <outlet property="labelTitle" destination="qt1-3e-8Z4" id="kQ4-UQ-2sA"/>
- <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="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="123" translatesAutoresizingMaskIntoConstraints="NO" id="SVs-gg-OPj">
- <rect key="frame" x="142" y="83" width="91" height="91"/>
- <constraints>
- <constraint firstAttribute="width" constant="91" id="fvy-Me-uZX"/>
- <constraint firstAttribute="height" constant="91" id="okg-B9-Ceo"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qt1-3e-8Z4">
- <rect key="frame" x="169" y="196" width="37.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="SVs-gg-OPj" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="160-mY-3wH"/>
- <constraint firstItem="qt1-3e-8Z4" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="JEh-kK-Lnh"/>
- <constraint firstItem="SVs-gg-OPj" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="63" id="UUV-gb-gWd"/>
- <constraint firstItem="qt1-3e-8Z4" firstAttribute="top" secondItem="SVs-gg-OPj" secondAttribute="bottom" constant="22" id="dc5-Qj-GsR"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- </view>
- </objects>
- <resources>
- <image name="123" width="1024" height="1024"/>
- </resources>
- </document>
|