2017-09-23 15:38:28 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-06-22 15:46:31 +02:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
|
2020-05-10 19:41:01 +02:00
|
|
|
<device id="retina5_9" orientation="portrait" appearance="light"/>
|
2016-04-27 22:52:28 +02:00
|
|
|
<dependencies>
|
2016-05-01 19:05:36 +02:00
|
|
|
<deployment identifier="iOS"/>
|
2020-06-22 15:46:31 +02:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
|
2017-09-23 15:38:28 +02:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
2016-04-27 22:52:28 +02:00
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
|
|
|
<!--View Controller-->
|
|
|
|
<scene sceneID="tne-QT-ifu">
|
|
|
|
<objects>
|
2020-06-22 21:07:01 +02:00
|
|
|
<viewController modalPresentationStyle="currentContext" id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
|
2016-04-27 22:52:28 +02:00
|
|
|
<layoutGuides>
|
|
|
|
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
|
|
|
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
|
|
|
</layoutGuides>
|
|
|
|
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
2017-11-28 19:25:33 +01:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
|
2016-04-27 22:52:28 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
2016-05-01 19:05:36 +02:00
|
|
|
<subviews>
|
2017-11-28 19:25:33 +01:00
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="70W-4V-tYr" customClass="ScreenView">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="375" height="734"/>
|
2017-09-23 15:38:28 +02:00
|
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
2016-05-01 19:05:36 +02:00
|
|
|
</view>
|
|
|
|
</subviews>
|
2017-09-23 15:38:28 +02:00
|
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
2016-05-01 19:05:36 +02:00
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="70W-4V-tYr" firstAttribute="bottom" secondItem="wfy-db-euE" secondAttribute="top" id="Xn1-gS-YTJ"/>
|
|
|
|
<constraint firstItem="70W-4V-tYr" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="ddo-cc-64n"/>
|
2017-11-28 19:25:33 +01:00
|
|
|
<constraint firstItem="70W-4V-tYr" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" id="e9i-3F-kaI"/>
|
2016-05-01 19:05:36 +02:00
|
|
|
<constraint firstAttribute="trailing" secondItem="70W-4V-tYr" secondAttribute="trailing" id="kDH-sv-91j"/>
|
|
|
|
</constraints>
|
2016-04-27 22:52:28 +02:00
|
|
|
</view>
|
2016-05-01 23:44:47 +02:00
|
|
|
<connections>
|
|
|
|
<outlet property="screenView" destination="70W-4V-tYr" id="W9r-vA-9kk"/>
|
2020-06-22 21:07:01 +02:00
|
|
|
<segue destination="cRQ-kQ-dxG" kind="presentation" identifier="disk" id="WX7-3F-M1R"/>
|
|
|
|
<segue destination="BoP-db-djl" kind="presentation" identifier="settings" id="QXf-fV-uw4"/>
|
2016-05-01 23:44:47 +02:00
|
|
|
</connections>
|
2016-04-27 22:52:28 +02:00
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2020-06-22 21:07:01 +02:00
|
|
|
<point key="canvasLocation" x="346" y="381"/>
|
2016-04-27 22:52:28 +02:00
|
|
|
</scene>
|
2016-05-11 23:04:49 +02:00
|
|
|
<!--Settings-->
|
|
|
|
<scene sceneID="Lht-Fe-oRx">
|
|
|
|
<objects>
|
|
|
|
<tableViewController id="WUA-f8-k8g" customClass="SettingsViewController" sceneMemberID="viewController">
|
2016-05-13 23:47:59 +02:00
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="9gA-gD-7Wx">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="758"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
2020-05-10 19:41:01 +02:00
|
|
|
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<prototypes>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="speed" id="v4I-0T-H8m">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="55.333332061767578" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="v4I-0T-H8m" id="cO5-De-1JT">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
2017-11-30 20:09:08 +01:00
|
|
|
<segmentedControl opaque="NO" tag="128" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="3" translatesAutoresizingMaskIntoConstraints="NO" id="gQ6-2l-dni">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="16" y="11" width="343" height="32"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<segments>
|
|
|
|
<segment title="1x"/>
|
|
|
|
<segment title="2x"/>
|
|
|
|
<segment title="4x"/>
|
|
|
|
<segment title="8x"/>
|
2016-06-06 16:09:23 +02:00
|
|
|
<segment title="16x"/>
|
|
|
|
<segment title="32x"/>
|
|
|
|
<segment title="∞"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
</segments>
|
|
|
|
<connections>
|
|
|
|
<action selector="changeSpeed:" destination="WUA-f8-k8g" eventType="valueChanged" id="FDr-uw-7bN"/>
|
|
|
|
</connections>
|
|
|
|
</segmentedControl>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="gQ6-2l-dni" firstAttribute="leading" secondItem="cO5-De-1JT" secondAttribute="leadingMargin" id="bPN-8m-XyG"/>
|
|
|
|
<constraint firstItem="gQ6-2l-dni" firstAttribute="trailing" secondItem="cO5-De-1JT" secondAttribute="trailingMargin" id="i7k-mb-kpd"/>
|
|
|
|
<constraint firstItem="gQ6-2l-dni" firstAttribute="top" secondItem="cO5-De-1JT" secondAttribute="topMargin" id="jpw-Ur-qUi"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="mouse" id="JgY-zN-3ID">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="99.333332061767578" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="JgY-zN-3ID" id="iUk-se-WGk">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
2017-11-30 20:09:08 +01:00
|
|
|
<segmentedControl opaque="NO" tag="128" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="jgK-lW-V9w">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="65.666666666666686" y="6.6666666666666679" width="244" height="32"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<constraints>
|
2017-11-30 20:09:08 +01:00
|
|
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="244" id="5ej-m2-BJ6"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
</constraints>
|
|
|
|
<segments>
|
|
|
|
<segment title="Touchscreen"/>
|
|
|
|
<segment title="Trackpad"/>
|
|
|
|
</segments>
|
|
|
|
<connections>
|
|
|
|
<action selector="changeMouseType:" destination="WUA-f8-k8g" eventType="valueChanged" id="NDq-Qh-7ry"/>
|
|
|
|
</connections>
|
|
|
|
</segmentedControl>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="jgK-lW-V9w" firstAttribute="centerY" secondItem="iUk-se-WGk" secondAttribute="centerY" id="h3J-dj-xrn"/>
|
|
|
|
<constraint firstItem="jgK-lW-V9w" firstAttribute="centerX" secondItem="iUk-se-WGk" secondAttribute="centerX" id="jma-Qa-lXw"/>
|
2017-11-30 20:09:08 +01:00
|
|
|
<constraint firstItem="jgK-lW-V9w" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="iUk-se-WGk" secondAttribute="leadingMargin" id="nfl-WM-x5W"/>
|
|
|
|
<constraint firstAttribute="trailingMargin" relation="greaterThanOrEqual" secondItem="jgK-lW-V9w" secondAttribute="trailing" id="ukC-5e-F8T"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="keyboard" textLabel="6WO-0z-y7c" style="IBUITableViewCellStyleDefault" id="q7C-00-4ss">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="143.33333206176758" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="q7C-00-4ss" id="yUn-mI-DwM">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="6WO-0z-y7c">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="16" y="0.0" width="343" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
</subviews>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
2016-06-28 23:07:52 +02:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationWidth="60" reuseIdentifier="machine" textLabel="znE-ML-UrQ" detailTextLabel="xcq-HY-ZDe" style="IBUITableViewCellStyleSubtitle" id="MGj-K1-5lZ">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="187.33333206176758" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="MGj-K1-5lZ" id="ueO-zm-JQP">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="znE-ML-UrQ">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="16" y="6" width="31.666666666666668" height="19.333333333333332"/>
|
2016-05-28 22:20:55 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Detail" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="xcq-HY-ZDe">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="15.999999999999998" y="25.333333333333332" width="30.333333333333332" height="13.333333333333334"/>
|
2016-05-28 22:20:55 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
2020-05-10 19:41:01 +02:00
|
|
|
<color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
|
2016-05-28 22:20:55 +02:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
</subviews>
|
|
|
|
</tableViewCellContentView>
|
2016-06-28 23:07:52 +02:00
|
|
|
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
2016-05-28 22:20:55 +02:00
|
|
|
</tableViewCell>
|
2017-11-30 20:09:08 +01:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="display" id="P6n-Bf-s6h">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="231.33333206176758" width="375" height="44"/>
|
2016-05-28 22:20:55 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2017-11-30 20:09:08 +01:00
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="P6n-Bf-s6h" id="NgN-Fe-hXo">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2017-11-30 20:09:08 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<segmentedControl opaque="NO" tag="128" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="aS2-J4-gUP">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="16" y="6.6666666666666679" width="343" height="32"/>
|
2017-11-30 20:09:08 +01:00
|
|
|
<segments>
|
|
|
|
<segment title="Nearest"/>
|
|
|
|
<segment title="Linear"/>
|
|
|
|
<segment title="Trilinear"/>
|
|
|
|
</segments>
|
|
|
|
<connections>
|
|
|
|
<action selector="changeScreenScaling:" destination="WUA-f8-k8g" eventType="valueChanged" id="DAu-Xq-RX5"/>
|
|
|
|
</connections>
|
|
|
|
</segmentedControl>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="aS2-J4-gUP" firstAttribute="leading" secondItem="NgN-Fe-hXo" secondAttribute="leadingMargin" id="5XQ-sf-kkg"/>
|
|
|
|
<constraint firstItem="aS2-J4-gUP" firstAttribute="centerY" secondItem="NgN-Fe-hXo" secondAttribute="centerY" id="Kcr-hh-DwN"/>
|
|
|
|
<constraint firstAttribute="trailingMargin" secondItem="aS2-J4-gUP" secondAttribute="trailing" id="dCR-FP-Zgm"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="about" textLabel="YWX-qF-gPj" detailTextLabel="xr3-v1-hzM" style="IBUITableViewCellStyleValue1" id="Mon-vq-IrO">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="275.33333206176758" width="375" height="44"/>
|
2017-11-30 20:09:08 +01:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2016-05-28 22:20:55 +02:00
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Mon-vq-IrO" id="mGZ-Jb-6j4">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2016-05-28 22:20:55 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="YWX-qF-gPj">
|
2017-11-28 19:25:33 +01:00
|
|
|
<rect key="frame" x="16" y="12.999999999999998" width="31.666666666666668" height="19.333333333333332"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
2016-05-28 22:20:55 +02:00
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Detail" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="xr3-v1-hzM">
|
2017-11-28 19:25:33 +01:00
|
|
|
<rect key="frame" x="317.33333333333331" y="12.999999999999998" width="41.666666666666664" height="19.333333333333332"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
2020-05-10 19:41:01 +02:00
|
|
|
<color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
|
2016-05-13 23:47:59 +02:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
</subviews>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
2016-06-06 16:09:23 +02:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="toggle" textLabel="a1l-XI-MEz" style="IBUITableViewCellStyleDefault" id="1nB-54-Qfk">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="319.33333206176758" width="375" height="44"/>
|
2016-06-06 16:09:23 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="1nB-54-Qfk" id="fZu-5X-Z4B">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2016-06-06 16:09:23 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="a1l-XI-MEz">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="16" y="0.0" width="343" height="44"/>
|
2016-06-06 16:09:23 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
</subviews>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
2016-05-13 23:47:59 +02:00
|
|
|
</prototypes>
|
|
|
|
<sections/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="WUA-f8-k8g" id="Cy8-ba-Ynt"/>
|
|
|
|
<outlet property="delegate" destination="WUA-f8-k8g" id="mWB-FI-bec"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
|
|
|
<navigationItem key="navigationItem" title="Settings" id="tWH-Og-D4U">
|
|
|
|
<barButtonItem key="leftBarButtonItem" image="floppy30" id="I6Y-Q1-NZU">
|
|
|
|
<connections>
|
|
|
|
<action selector="showInsertDisk:" destination="WUA-f8-k8g" id="suC-dT-QUw"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem key="rightBarButtonItem" style="done" systemItem="done" id="JEh-Ow-9im">
|
|
|
|
<connections>
|
|
|
|
<action selector="dismiss:" destination="WUA-f8-k8g" id="ZIA-eK-bKG"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="FeB-pK-Fwo" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="1996" y="31"/>
|
|
|
|
</scene>
|
|
|
|
<!--Navigation Controller-->
|
2020-06-22 21:07:01 +02:00
|
|
|
<scene sceneID="4eA-xl-dqR">
|
2016-05-11 23:04:49 +02:00
|
|
|
<objects>
|
2020-06-22 21:07:01 +02:00
|
|
|
<navigationController storyboardIdentifier="settings" id="BoP-db-djl" sceneMemberID="viewController">
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="0OU-GK-QgK">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="56"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
|
|
|
<connections>
|
2020-06-22 21:07:01 +02:00
|
|
|
<segue destination="WUA-f8-k8g" kind="relationship" relationship="rootViewController" id="pw5-9i-jPL"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
</connections>
|
|
|
|
</navigationController>
|
2020-06-22 21:07:01 +02:00
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Jpf-Y3-KcP" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
</objects>
|
2020-06-22 21:07:01 +02:00
|
|
|
<point key="canvasLocation" x="1270" y="30"/>
|
|
|
|
</scene>
|
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="HCe-cW-vFN">
|
|
|
|
<objects>
|
|
|
|
<navigationController storyboardIdentifier="disk" toolbarHidden="NO" id="cRQ-kQ-dxG" sceneMemberID="viewController">
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Aek-q5-RuY">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="56"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
|
|
|
<toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Cuq-Py-BdB">
|
|
|
|
<rect key="frame" x="0.0" y="675" width="375" height="49"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</toolbar>
|
|
|
|
<connections>
|
|
|
|
<segue destination="mbX-kA-h6M" kind="relationship" relationship="rootViewController" id="X1p-Xh-YQJ"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="DV1-vt-RIw" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="1270" y="734"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
</scene>
|
|
|
|
<!--Insert Disk-->
|
|
|
|
<scene sceneID="a1s-tB-X2g">
|
|
|
|
<objects>
|
|
|
|
<tableViewController id="mbX-kA-h6M" customClass="InsertDiskViewController" sceneMemberID="viewController">
|
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="EFr-QR-Vqc">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="758"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
2020-05-10 19:41:01 +02:00
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<prototypes>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="cell" textLabel="8ef-Se-DXA" detailTextLabel="CbL-Kq-e9s" style="IBUITableViewCellStyleValue1" id="iZQ-DG-qho" customClass="FileTableViewCell">
|
2017-09-23 15:38:28 +02:00
|
|
|
<rect key="frame" x="0.0" y="28" width="375" height="44"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="iZQ-DG-qho" id="pcB-3f-clB">
|
2020-05-10 19:41:01 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.69999999999999996" adjustsLetterSpacingToFitWidth="YES" id="8ef-Se-DXA">
|
2017-11-28 19:25:33 +01:00
|
|
|
<rect key="frame" x="16" y="12.999999999999998" width="31.666666666666668" height="19.333333333333332"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Detail" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" id="CbL-Kq-e9s">
|
2017-11-28 19:25:33 +01:00
|
|
|
<rect key="frame" x="324" y="16" width="35" height="15.666666666666666"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2020-05-10 19:41:01 +02:00
|
|
|
<color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
</subviews>
|
|
|
|
</tableViewCellContentView>
|
2020-05-10 19:41:01 +02:00
|
|
|
<color key="tintColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
</tableViewCell>
|
|
|
|
</prototypes>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="mbX-kA-h6M" id="k2s-F1-jx0"/>
|
|
|
|
<outlet property="delegate" destination="mbX-kA-h6M" id="e1C-bZ-m6A"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
|
|
|
<toolbarItems>
|
|
|
|
<barButtonItem image="Settings" id="wKc-yt-7j5" userLabel="Settings">
|
|
|
|
<connections>
|
|
|
|
<action selector="showSettings:" destination="mbX-kA-h6M" id="dIs-rf-PeS"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
2016-05-25 20:49:56 +02:00
|
|
|
<barButtonItem style="plain" systemItem="flexibleSpace" id="klq-lo-Wrl"/>
|
|
|
|
<barButtonItem image="Interrupt" id="YFW-lp-dCD">
|
|
|
|
<connections>
|
|
|
|
<action selector="macInterrupt:" destination="mbX-kA-h6M" id="zmC-N7-nZp"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem width="42" style="plain" systemItem="fixedSpace" id="bwn-1m-FZJ"/>
|
|
|
|
<barButtonItem image="Reset" id="l5C-8z-pWj">
|
|
|
|
<connections>
|
|
|
|
<action selector="macReset:" destination="mbX-kA-h6M" id="n8H-fa-LkM"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
2016-05-11 23:04:49 +02:00
|
|
|
</toolbarItems>
|
|
|
|
<navigationItem key="navigationItem" title="Insert Disk" id="hjJ-Yt-wg8">
|
|
|
|
<barButtonItem key="backBarButtonItem" title="Disk" id="pie-Ez-AWv"/>
|
|
|
|
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="OG2-Vg-rfI">
|
|
|
|
<connections>
|
|
|
|
<action selector="dismiss:" destination="mbX-kA-h6M" id="UrO-BE-iVK"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
<simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
|
2016-06-06 18:57:42 +02:00
|
|
|
<refreshControl key="refreshControl" opaque="NO" multipleTouchEnabled="YES" contentMode="center" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" id="RCk-27-wrb">
|
2017-11-28 19:25:33 +01:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
|
2016-06-06 18:57:42 +02:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="refresh:" destination="mbX-kA-h6M" eventType="valueChanged" id="kmL-YD-nSF"/>
|
|
|
|
</connections>
|
|
|
|
</refreshControl>
|
2016-05-11 23:04:49 +02:00
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="n7E-Ft-tEZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2020-05-10 19:41:01 +02:00
|
|
|
<point key="canvasLocation" x="2102" y="734"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
</scene>
|
2016-04-27 22:52:28 +02:00
|
|
|
</scenes>
|
2016-05-11 23:04:49 +02:00
|
|
|
<resources>
|
2016-05-25 20:49:56 +02:00
|
|
|
<image name="Interrupt" width="30" height="30"/>
|
|
|
|
<image name="Reset" width="30" height="30"/>
|
2016-05-11 23:04:49 +02:00
|
|
|
<image name="Settings" width="30" height="30"/>
|
|
|
|
<image name="floppy30" width="30" height="30"/>
|
|
|
|
</resources>
|
2016-04-27 22:52:28 +02:00
|
|
|
</document>
|