SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/LaunchScreen.storyboard
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <scenes>
4 <!--View Controller-->
5 <scene sceneID="EHf-IW-A2E">
6 <objects>
7 <viewController id="01J-lp-oVM" sceneMemberID="viewController">
8 <view key="view" contentMode="scaleToFill" id="1Gu-pD-T9U">
9 <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
10 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
11 <subviews>
12 <view opaque="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VIU-D8-ZfG">
13 <rect key="frame" x="86" y="323" width="221" height="206"/>
14 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
15 <subviews>
16 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="logo.png" translatesAutoresizingMaskIntoConstraints="NO" id="ZD2-H2-y6p">
17 <rect key="frame" x="44" y="5" width="129" height="129"/>
18 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
19 </imageView>
20 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SAMEBOY" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" id="Fbh-Ok-vca">
21 <rect key="frame" x="18" y="142" width="181" height="44"/>
22 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
23 <fontDescription key="fontDescription" name="AvenirNext-BoldItalic" family="Avenir Next" pointSize="32"/>
24 <color key="textColor" red="0.0" green="0.27450980392156865" blue="0.55294117647058827" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
25 </label>
26 </subviews>
27 </view>
28 </subviews>
29 <viewLayoutGuide key="safeArea" id="XrF-Y8-hoy"/>
30 <color key="backgroundColor" red="0.68235294117647061" green="0.69019607843137254" blue="0.70588235294117641" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
31 </view>
32 </viewController>
33 <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
34 </objects>
35 </scene>
36 </scenes>
37 <resources>
38 <image name="logo.png" width="128" height="128"/>
39 </resources>
40 </document>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.