cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

Main.storyboard (9040B)


      1<?xml version="1.0" encoding="UTF-8"?>
      2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="H1p-Uh-vWS">
      3    <dependencies>
      4        <deployment identifier="iOS"/>
      5        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
      6        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
      7    </dependencies>
      8    <scenes>
      9        <!--Master-->
     10        <scene sceneID="pY4-Hu-kfo">
     11            <objects>
     12                <navigationController title="Master" id="RMx-3f-FxP" sceneMemberID="viewController">
     13                    <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" barStyle="black" translucent="NO" prompted="NO"/>
     14                    <nil key="simulatedBottomBarMetrics"/>
     15                    <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" barStyle="black" translucent="NO" id="Pmd-2v-anx">
     16                        <rect key="frame" x="0.0" y="20" width="375" height="44"/>
     17                        <autoresizingMask key="autoresizingMask"/>
     18                    </navigationBar>
     19                    <connections>
     20                        <segue destination="7bK-jq-Zjz" kind="relationship" relationship="rootViewController" id="tsl-Nk-0bq"/>
     21                    </connections>
     22                </navigationController>
     23                <placeholder placeholderIdentifier="IBFirstResponder" id="8fS-aE-onr" sceneMemberID="firstResponder"/>
     24            </objects>
     25            <point key="canvasLocation" x="-38" y="-630"/>
     26        </scene>
     27        <!--Detail-->
     28        <scene sceneID="yUG-lL-AsK">
     29            <objects>
     30                <viewController title="Detail" id="JEX-9P-axG" customClass="DetailViewController" sceneMemberID="viewController">
     31                    <layoutGuides>
     32                        <viewControllerLayoutGuide type="top" id="SYR-Wa-9uf"/>
     33                        <viewControllerLayoutGuide type="bottom" id="GAO-Cl-Wes"/>
     34                    </layoutGuides>
     35                    <view key="view" contentMode="scaleToFill" id="svH-Pt-448">
     36                        <rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
     37                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
     38                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
     39                    </view>
     40                    <toolbarItems/>
     41                    <navigationItem key="navigationItem" title="Gearboy" id="mOI-FS-AaM"/>
     42                </viewController>
     43                <placeholder placeholderIdentifier="IBFirstResponder" id="FJe-Yq-33r" sceneMemberID="firstResponder"/>
     44            </objects>
     45            <point key="canvasLocation" x="709" y="129"/>
     46        </scene>
     47        <!--Split View Controller-->
     48        <scene sceneID="Nki-YV-4Qg">
     49            <objects>
     50                <splitViewController id="H1p-Uh-vWS" sceneMemberID="viewController">
     51                    <toolbarItems/>
     52                    <connections>
     53                        <segue destination="RMx-3f-FxP" kind="relationship" relationship="masterViewController" id="BlO-5A-QYV"/>
     54                        <segue destination="vC3-pB-5Vb" kind="relationship" relationship="detailViewController" id="Tll-UG-LXB"/>
     55                    </connections>
     56                </splitViewController>
     57                <placeholder placeholderIdentifier="IBFirstResponder" id="cZU-Oi-B1e" sceneMemberID="firstResponder"/>
     58            </objects>
     59            <point key="canvasLocation" x="-856" y="-330"/>
     60        </scene>
     61        <!--Master-->
     62        <scene sceneID="smW-Zh-WAh">
     63            <objects>
     64                <tableViewController title="Master" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="MasterViewController" sceneMemberID="viewController">
     65                    <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="r7i-6Z-zg0">
     66                        <rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
     67                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
     68                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
     69                        <prototypes>
     70                            <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="Arm-wq-HPj" style="IBUITableViewCellStyleDefault" id="WCw-Qf-5nD">
     71                                <rect key="frame" x="0.0" y="22" width="375" height="44"/>
     72                                <autoresizingMask key="autoresizingMask"/>
     73                                <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="WCw-Qf-5nD" id="37f-cq-3Eg">
     74                                    <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
     75                                    <autoresizingMask key="autoresizingMask"/>
     76                                    <subviews>
     77                                        <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Arm-wq-HPj">
     78                                            <rect key="frame" x="16" y="0.0" width="343" height="43.5"/>
     79                                            <autoresizingMask key="autoresizingMask"/>
     80                                            <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
     81                                            <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
     82                                            <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
     83                                        </label>
     84                                    </subviews>
     85                                </tableViewCellContentView>
     86                                <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
     87                                <connections>
     88                                    <segue destination="vC3-pB-5Vb" kind="showDetail" identifier="showDetail" id="6S0-TO-JiA"/>
     89                                </connections>
     90                            </tableViewCell>
     91                        </prototypes>
     92                        <sections/>
     93                        <connections>
     94                            <outlet property="dataSource" destination="7bK-jq-Zjz" id="Gho-Na-rnu"/>
     95                            <outlet property="delegate" destination="7bK-jq-Zjz" id="RA6-mI-bju"/>
     96                        </connections>
     97                    </tableView>
     98                    <navigationItem key="navigationItem" title="Gearboy" id="Zdf-7t-Un8"/>
     99                </tableViewController>
    100                <placeholder placeholderIdentifier="IBFirstResponder" id="Rux-fX-hf1" sceneMemberID="firstResponder"/>
    101            </objects>
    102            <point key="canvasLocation" x="709" y="-630"/>
    103        </scene>
    104        <!--Navigation Controller-->
    105        <scene sceneID="r7l-gg-dq7">
    106            <objects>
    107                <navigationController id="vC3-pB-5Vb" sceneMemberID="viewController">
    108                    <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" barStyle="black" translucent="NO" prompted="NO"/>
    109                    <nil key="simulatedBottomBarMetrics"/>
    110                    <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" barStyle="black" translucent="NO" id="DjV-YW-jjY">
    111                        <rect key="frame" x="0.0" y="20" width="375" height="44"/>
    112                        <autoresizingMask key="autoresizingMask"/>
    113                    </navigationBar>
    114                    <connections>
    115                        <segue destination="JEX-9P-axG" kind="relationship" relationship="rootViewController" id="GKi-kA-LjT"/>
    116                    </connections>
    117                </navigationController>
    118                <placeholder placeholderIdentifier="IBFirstResponder" id="SLD-UC-DBI" userLabel="First Responder" sceneMemberID="firstResponder"/>
    119            </objects>
    120            <point key="canvasLocation" x="-45" y="129"/>
    121        </scene>
    122    </scenes>
    123    <inferredMetricsTieBreakers>
    124        <segue reference="6S0-TO-JiA"/>
    125    </inferredMetricsTieBreakers>
    126</document>