2020-02-19 23:00:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-02-21 01:24:09 +00:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Spt-Mn-jmg">
|
2020-02-19 23:00:23 +00:00
|
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
2020-02-18 21:43:30 +00:00
|
|
|
<dependencies>
|
2020-02-19 23:00:23 +00:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
|
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
2020-02-18 21:43:30 +00:00
|
|
|
</dependencies>
|
2020-02-19 23:00:23 +00:00
|
|
|
<scenes>
|
|
|
|
<!--View Controller-->
|
|
|
|
<scene sceneID="a5Z-le-CZi">
|
|
|
|
<objects>
|
|
|
|
<viewController id="Spt-Mn-jmg" sceneMemberID="viewController">
|
|
|
|
<view key="view" contentMode="scaleToFill" id="kc5-Ke-ZcW">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="34" translatesAutoresizingMaskIntoConstraints="NO" id="9nJ-jm-QSN">
|
|
|
|
<rect key="frame" x="-49" y="105" width="512" height="686"/>
|
|
|
|
<subviews>
|
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="MusicToolsLogo" translatesAutoresizingMaskIntoConstraints="NO" id="ZdO-HY-xSA">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="512" height="512"/>
|
|
|
|
</imageView>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1SI-H8-Rgg">
|
|
|
|
<rect key="frame" x="215.5" y="546" width="81" height="53"/>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/>
|
|
|
|
<state key="normal" title="Login"/>
|
2020-02-21 01:24:09 +00:00
|
|
|
<connections>
|
|
|
|
<segue destination="aYE-zJ-V1n" kind="show" id="Lhx-kz-pef"/>
|
|
|
|
</connections>
|
2020-02-19 23:00:23 +00:00
|
|
|
</button>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6UM-RX-7fe">
|
|
|
|
<rect key="frame" x="196" y="633" width="120" height="53"/>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/>
|
|
|
|
<state key="normal" title="Register"/>
|
2020-02-22 13:28:15 +00:00
|
|
|
<connections>
|
|
|
|
<segue destination="TND-IP-OdM" kind="show" id="96d-mV-baq"/>
|
|
|
|
</connections>
|
2020-02-19 23:00:23 +00:00
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="6UM-RX-7fe" firstAttribute="top" secondItem="1SI-H8-Rgg" secondAttribute="bottom" constant="34" id="Mc6-3Y-SWR"/>
|
|
|
|
</constraints>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="9nJ-jm-QSN" firstAttribute="centerX" secondItem="kc5-Ke-ZcW" secondAttribute="centerX" id="cpW-xl-QNm"/>
|
|
|
|
<constraint firstItem="9nJ-jm-QSN" firstAttribute="centerY" secondItem="kc5-Ke-ZcW" secondAttribute="centerY" id="kjc-76-4D7"/>
|
|
|
|
</constraints>
|
|
|
|
<viewLayoutGuide key="safeArea" id="AaY-2f-fg2"/>
|
|
|
|
</view>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="0B7-E4-M4W" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-1443.4782608695652" y="-185.49107142857142"/>
|
|
|
|
</scene>
|
|
|
|
<!--View Controller-->
|
|
|
|
<scene sceneID="6At-fb-bfN">
|
|
|
|
<objects>
|
|
|
|
<viewController id="TND-IP-OdM" sceneMemberID="viewController">
|
|
|
|
<view key="view" contentMode="scaleToFill" id="MhD-yZ-pD8">
|
2020-02-22 13:28:15 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
|
<viewLayoutGuide key="safeArea" id="VLy-9d-bfF"/>
|
|
|
|
</view>
|
2020-02-22 13:28:15 +00:00
|
|
|
<navigationItem key="navigationItem" id="ols-n0-cLe"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Dgg-BJ-VHU" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="48" y="304"/>
|
|
|
|
</scene>
|
2020-02-21 01:24:09 +00:00
|
|
|
<!--Hosting Controller-->
|
|
|
|
<scene sceneID="jWQ-vc-Ihe">
|
|
|
|
<objects>
|
|
|
|
<hostingController id="fqF-FS-fj3" sceneMemberID="viewController">
|
|
|
|
<navigationItem key="navigationItem" id="WZ3-YV-Zxu"/>
|
|
|
|
</hostingController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="7Vf-Lo-xr9" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="1728" y="-132"/>
|
|
|
|
</scene>
|
2020-02-19 23:00:23 +00:00
|
|
|
<!--Login Controller-->
|
|
|
|
<scene sceneID="Cbq-wX-wg3">
|
|
|
|
<objects>
|
|
|
|
<viewController id="aYE-zJ-V1n" customClass="LoginController" customModule="Music_Tools" sceneMemberID="viewController">
|
|
|
|
<view key="view" contentMode="scaleToFill" id="cjE-Uz-adD">
|
2020-02-21 01:24:09 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="MusicToolsLogo" translatesAutoresizingMaskIntoConstraints="NO" id="Aa0-TI-VfP">
|
2020-02-21 01:24:09 +00:00
|
|
|
<rect key="frame" x="0.0" y="50" width="414" height="423"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
</imageView>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="bezel" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Jsz-1T-t1A">
|
2020-02-21 01:24:09 +00:00
|
|
|
<rect key="frame" x="20" y="535" width="374" height="34"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="34" id="ThQ-Jz-RB7"/>
|
|
|
|
</constraints>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits" textContentType="username"/>
|
|
|
|
</textField>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="bezel" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="c5V-bv-fGr">
|
2020-02-21 01:24:09 +00:00
|
|
|
<rect key="frame" x="20" y="628" width="374" height="34"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="34" id="ynd-9a-coG"/>
|
|
|
|
</constraints>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
2020-02-22 13:28:15 +00:00
|
|
|
<textInputTraits key="textInputTraits" returnKeyType="go" secureTextEntry="YES" textContentType="password"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
</textField>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6YH-OC-12B">
|
2020-02-21 01:24:09 +00:00
|
|
|
<rect key="frame" x="185.5" y="712" width="43" height="53"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="53" id="udu-LZ-6uK"/>
|
|
|
|
</constraints>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/>
|
|
|
|
<state key="normal" title="Go">
|
|
|
|
<color key="titleShadowColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
</state>
|
|
|
|
<connections>
|
2020-02-21 01:24:09 +00:00
|
|
|
<action selector="doLogin:" destination="aYE-zJ-V1n" eventType="touchUpInside" id="J5V-GY-yG6"/>
|
|
|
|
<segue destination="fqF-FS-fj3" kind="showDetail" identifier="loginToMain" destinationCreationSelector="returnUIView:" id="xcT-J7-nTv"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Username" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CNh-mk-uV0">
|
2020-02-21 01:24:09 +00:00
|
|
|
<rect key="frame" x="167.5" y="506" width="79" height="21"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="21" id="oKd-GV-oVN"/>
|
|
|
|
</constraints>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Password" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mvf-wa-Hkg">
|
2020-02-21 01:24:09 +00:00
|
|
|
<rect key="frame" x="170" y="599" width="74" height="21"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="21" id="glG-PD-dHg"/>
|
|
|
|
</constraints>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
</subviews>
|
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="Jsz-1T-t1A" firstAttribute="leading" secondItem="c5V-bv-fGr" secondAttribute="leading" id="0wx-Ol-kyH"/>
|
|
|
|
<constraint firstItem="Aa0-TI-VfP" firstAttribute="top" secondItem="JQv-rE-o2m" secondAttribute="top" constant="50" id="36L-3g-C8l"/>
|
|
|
|
<constraint firstItem="JQv-rE-o2m" firstAttribute="bottom" secondItem="6YH-OC-12B" secondAttribute="bottom" constant="43" id="4I4-MB-XEO"/>
|
|
|
|
<constraint firstItem="c5V-bv-fGr" firstAttribute="top" secondItem="mvf-wa-Hkg" secondAttribute="bottom" constant="8" id="57A-nQ-c7X"/>
|
|
|
|
<constraint firstItem="Aa0-TI-VfP" firstAttribute="centerX" secondItem="CNh-mk-uV0" secondAttribute="centerX" id="CSz-Z9-0h2"/>
|
|
|
|
<constraint firstItem="Jsz-1T-t1A" firstAttribute="trailing" secondItem="cjE-Uz-adD" secondAttribute="trailingMargin" id="JUi-Dm-bqV"/>
|
|
|
|
<constraint firstItem="CNh-mk-uV0" firstAttribute="centerX" secondItem="Jsz-1T-t1A" secondAttribute="centerX" id="OGV-Rj-ryd"/>
|
|
|
|
<constraint firstItem="mvf-wa-Hkg" firstAttribute="top" secondItem="Jsz-1T-t1A" secondAttribute="bottom" constant="30" id="V2C-dy-adh"/>
|
|
|
|
<constraint firstItem="Jsz-1T-t1A" firstAttribute="top" secondItem="CNh-mk-uV0" secondAttribute="bottom" constant="8" id="WVP-qB-wVP"/>
|
|
|
|
<constraint firstItem="6YH-OC-12B" firstAttribute="top" secondItem="c5V-bv-fGr" secondAttribute="bottom" constant="50" id="ah4-pZ-kNm"/>
|
|
|
|
<constraint firstItem="c5V-bv-fGr" firstAttribute="centerX" secondItem="6YH-OC-12B" secondAttribute="centerX" id="b6B-2x-Zf2"/>
|
|
|
|
<constraint firstItem="Jsz-1T-t1A" firstAttribute="trailing" secondItem="c5V-bv-fGr" secondAttribute="trailing" id="bsE-gu-f8q"/>
|
|
|
|
<constraint firstItem="Aa0-TI-VfP" firstAttribute="leading" secondItem="JQv-rE-o2m" secondAttribute="leading" id="mrX-sL-EaE"/>
|
|
|
|
<constraint firstItem="Jsz-1T-t1A" firstAttribute="leading" secondItem="cjE-Uz-adD" secondAttribute="leadingMargin" id="q1D-Aj-DhS"/>
|
|
|
|
<constraint firstItem="mvf-wa-Hkg" firstAttribute="centerX" secondItem="c5V-bv-fGr" secondAttribute="centerX" id="rPo-wh-BDa"/>
|
|
|
|
<constraint firstItem="CNh-mk-uV0" firstAttribute="top" secondItem="Aa0-TI-VfP" secondAttribute="bottom" constant="33" id="yXw-NR-ADJ"/>
|
|
|
|
</constraints>
|
|
|
|
<viewLayoutGuide key="safeArea" id="JQv-rE-o2m"/>
|
|
|
|
</view>
|
2020-02-21 01:24:09 +00:00
|
|
|
<navigationItem key="navigationItem" id="otB-Y9-KWi"/>
|
2020-02-19 23:00:23 +00:00
|
|
|
<connections>
|
|
|
|
<outlet property="passwordField" destination="c5V-bv-fGr" id="9LJ-hb-7Jx"/>
|
|
|
|
<outlet property="usernameField" destination="Jsz-1T-t1A" id="QOC-fI-XsH"/>
|
|
|
|
</connections>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="BJs-Wv-17o" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-68.115942028985515" y="-676.33928571428567"/>
|
|
|
|
</scene>
|
|
|
|
</scenes>
|
|
|
|
<resources>
|
|
|
|
<image name="MusicToolsLogo" width="512" height="512"/>
|
|
|
|
</resources>
|
2020-02-18 21:43:30 +00:00
|
|
|
</document>
|