GBA003/External/Harmony/Example/Base.lproj/Main.storyboard
2024-05-30 10:22:15 +08:00

91 lines
7.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Sea-wa-6Rd">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Harmony-->
<scene sceneID="AEZ-pI-Qrs">
<objects>
<tableViewController id="sLv-9a-hi5" customClass="ViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="ihi-UD-iJS">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" textLabel="7Fd-GG-jT4" detailTextLabel="dqd-t1-JBv" style="IBUITableViewCellStyleSubtitle" id="7bX-Vs-6V6">
<rect key="frame" x="0.0" y="28" width="600" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="7bX-Vs-6V6" id="fT6-Aj-nIm">
<rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7Fd-GG-jT4">
<rect key="frame" x="20" y="5" width="33.5" height="20.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="dqd-t1-JBv">
<rect key="frame" x="20" y="25.5" width="44" height="14.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="sLv-9a-hi5" id="UcH-dn-GWQ"/>
<outlet property="delegate" destination="sLv-9a-hi5" id="dc1-GT-OY5"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Harmony" id="kSQ-Gy-apc">
<barButtonItem key="leftBarButtonItem" title="Authenticate" id="gXN-yM-hpQ">
<connections>
<action selector="authenticate:" destination="sLv-9a-hi5" id="5l3-2T-4yT"/>
</connections>
</barButtonItem>
<rightBarButtonItems>
<barButtonItem systemItem="add" id="Ukt-IT-RKE">
<connections>
<action selector="addHomework:" destination="sLv-9a-hi5" id="Hwu-os-HnL"/>
</connections>
</barButtonItem>
<barButtonItem title="Sync" id="uaN-0Z-VAn">
<connections>
<action selector="sync:" destination="sLv-9a-hi5" id="R5d-sM-Cez"/>
</connections>
</barButtonItem>
</rightBarButtonItems>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="ld6-o4-E1B" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1849" y="133"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="c4P-zc-n9f">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="Sea-wa-6Rd" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="pKI-bp-ndO">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="sLv-9a-hi5" kind="relationship" relationship="rootViewController" id="nMx-2l-TbU"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="1L0-nx-kQC" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1053.5999999999999" y="132.68365817091455"/>
</scene>
</scenes>
</document>