You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
4.1 KiB
55 lines
4.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" 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="15510"/> |
|
<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="AboutVC" customModule="Lookfit" customModuleProvider="target"> |
|
<connections> |
|
<outlet property="aboutLabel" destination="tX8-3U-3uK" id="7AL-hh-vkC"/> |
|
<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="414" height="896"/> |
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
|
<subviews> |
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_1024" translatesAutoresizingMaskIntoConstraints="NO" id="rR2-IL-NZB"> |
|
<rect key="frame" x="117" y="124" width="180" height="180"/> |
|
<constraints> |
|
<constraint firstAttribute="height" constant="180" id="DWn-sd-hoG"/> |
|
<constraint firstAttribute="width" constant="180" id="uie-af-TKc"/> |
|
</constraints> |
|
<userDefinedRuntimeAttributes> |
|
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius"> |
|
<integer key="value" value="30"/> |
|
</userDefinedRuntimeAttribute> |
|
</userDefinedRuntimeAttributes> |
|
</imageView> |
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version 1.0.0" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tX8-3U-3uK"> |
|
<rect key="frame" x="154" y="324" width="106.5" height="22.5"/> |
|
<fontDescription key="fontDescription" name=".SFNSDisplay" family=".SF NS Display" pointSize="20"/> |
|
<color key="textColor" red="0.16470588235294117" green="0.16470588235294117" blue="0.16470588235294117" 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="rR2-IL-NZB" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="80" id="Iu4-xF-7UN"/> |
|
<constraint firstItem="rR2-IL-NZB" firstAttribute="centerX" secondItem="fnl-2z-Ty3" secondAttribute="centerX" id="oCi-Mw-Zzn"/> |
|
<constraint firstItem="tX8-3U-3uK" firstAttribute="top" secondItem="rR2-IL-NZB" secondAttribute="bottom" constant="20" id="sya-U3-bYA"/> |
|
<constraint firstItem="tX8-3U-3uK" firstAttribute="centerX" secondItem="rR2-IL-NZB" secondAttribute="centerX" id="yJt-Ug-gEB"/> |
|
</constraints> |
|
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> |
|
<point key="canvasLocation" x="132" y="115"/> |
|
</view> |
|
</objects> |
|
<resources> |
|
<image name="icon_1024" width="512" height="512"/> |
|
</resources> |
|
</document>
|
|
|