first commit
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
||||
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
<capability name="named colors" minToolsVersion="9.0"/>
|
||||
<capability name="system colors" minToolsVersion="11.0"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--View Controller-->
|
||||
<scene sceneID="EHf-IW-A2E">
|
||||
<objects>
|
||||
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||||
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||||
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="PerformicsLogo" translatesAutoresizingMaskIntoConstraints="NO" id="UEZ-3y-TgA">
|
||||
<accessibility key="accessibilityConfiguration" identifier="performics.logo"/>
|
||||
</imageView>
|
||||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="BZ1-pf-IPp">
|
||||
<accessibility key="accessibilityConfiguration" identifier="app.logo"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
|
||||
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
||||
<constraints>
|
||||
<!-- Top Performics Logo Constraints -->
|
||||
<constraint firstItem="UEZ-3y-TgA" firstAttribute="top" secondItem="Bcu-3y-fUS" secondAttribute="top" constant="50" id="c-top-performics"/>
|
||||
<constraint firstItem="UEZ-3y-TgA" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="c-centerx-performics"/>
|
||||
<constraint firstItem="UEZ-3y-TgA" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.55" id="c-width-performics"/>
|
||||
<constraint firstItem="UEZ-3y-TgA" firstAttribute="height" secondItem="UEZ-3y-TgA" secondAttribute="width" multiplier="0.2345" id="c-height-performics"/>
|
||||
|
||||
<!-- Center Logo Constraints -->
|
||||
<constraint firstItem="BZ1-pf-IPp" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="c-centerx-logo"/>
|
||||
<constraint firstItem="BZ1-pf-IPp" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="c-centery-logo"/>
|
||||
<constraint firstItem="BZ1-pf-IPp" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.4" id="c-width-logo"/>
|
||||
<constraint firstItem="BZ1-pf-IPp" firstAttribute="height" secondItem="BZ1-pf-IPp" secondAttribute="width" multiplier="1.0" id="c-height-logo"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="52.173913043478265" y="375"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
<resources>
|
||||
<image name="PerformicsLogo" width="226" height="53"/>
|
||||
<image name="logo" width="157" height="162"/>
|
||||
<systemColor name="systemBackgroundColor">
|
||||
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</systemColor>
|
||||
</resources>
|
||||
</document>
|
||||
Reference in New Issue
Block a user