mirror of https://github.com/LIJI32/SameBoy.git
41 lines
3.4 KiB
XML
41 lines
3.4 KiB
XML
<?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">
|
|
<scenes>
|
|
<!--View Controller-->
|
|
<scene sceneID="EHf-IW-A2E">
|
|
<objects>
|
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
|
<view key="view" contentMode="scaleToFill" id="1Gu-pD-T9U">
|
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<view opaque="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VIU-D8-ZfG">
|
|
<rect key="frame" x="86" y="323" width="221" height="206"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="logo.png" translatesAutoresizingMaskIntoConstraints="NO" id="ZD2-H2-y6p">
|
|
<rect key="frame" x="44" y="5" width="129" height="129"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
</imageView>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SAMEBOY" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" id="Fbh-Ok-vca">
|
|
<rect key="frame" x="18" y="142" width="181" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<fontDescription key="fontDescription" name="AvenirNext-BoldItalic" family="Avenir Next" pointSize="32"/>
|
|
<color key="textColor" red="0.0" green="0.27450980392156865" blue="0.55294117647058827" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</label>
|
|
</subviews>
|
|
</view>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="XrF-Y8-hoy"/>
|
|
<color key="backgroundColor" red="0.68235294117647061" green="0.69019607843137254" blue="0.70588235294117641" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</view>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
</scene>
|
|
</scenes>
|
|
<resources>
|
|
<image name="logo.png" width="128" height="128"/>
|
|
</resources>
|
|
</document>
|