2019-07-09 19:39:06 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="49e-Tb-3d3">
|
2019-07-10 19:20:31 +02:00
|
|
|
<device id="retina6_5" orientation="portrait">
|
2019-07-09 19:39:06 +02:00
|
|
|
<adaptation id="fullscreen"/>
|
|
|
|
|
</device>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<deployment identifier="iOS"/>
|
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
|
|
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<scenes>
|
|
|
|
|
<!--AvH Plan-->
|
|
|
|
|
<scene sceneID="hNz-n2-bh7">
|
|
|
|
|
<objects>
|
2019-07-16 13:17:22 +02:00
|
|
|
<viewController title="AvH Plan" id="9pv-A4-QxB" customClass="GeneralViewController" customModule="AvH_Plan" customModuleProvider="target" sceneMemberID="viewController">
|
2019-07-09 19:39:06 +02:00
|
|
|
<view key="view" contentMode="scaleToFill" id="tsR-hK-woN">
|
2019-08-03 11:01:56 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
2019-07-09 19:39:06 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
|
<viewLayoutGuide key="safeArea" id="PQr-Ze-W5v"/>
|
|
|
|
|
</view>
|
2019-08-03 11:01:56 +02:00
|
|
|
<navigationItem key="navigationItem" id="Qub-xW-2XJ">
|
|
|
|
|
<barButtonItem key="rightBarButtonItem" title="Customize" id="bae-uC-OAx">
|
|
|
|
|
<connections>
|
2019-09-20 18:11:27 +02:00
|
|
|
<action selector="customize:" destination="9pv-A4-QxB" id="aqn-9o-yj2"/>
|
2019-08-03 11:01:56 +02:00
|
|
|
</connections>
|
|
|
|
|
</barButtonItem>
|
|
|
|
|
</navigationItem>
|
2019-07-09 19:39:06 +02:00
|
|
|
</viewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="W5J-7L-Pyd" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
2019-08-03 11:01:56 +02:00
|
|
|
<point key="canvasLocation" x="1628" y="-790"/>
|
2019-07-09 19:39:06 +02:00
|
|
|
</scene>
|
2019-08-03 11:01:56 +02:00
|
|
|
<!--Personal Plan View Controller-->
|
2019-07-09 19:39:06 +02:00
|
|
|
<scene sceneID="wg7-f3-ORb">
|
|
|
|
|
<objects>
|
2019-07-21 21:14:38 +02:00
|
|
|
<viewController storyboardIdentifier="CustomizationViewController" id="8rJ-Kc-sve" customClass="PersonalPlanViewController" customModule="AvH_Plan" customModuleProvider="target" sceneMemberID="viewController">
|
2019-07-09 19:39:06 +02:00
|
|
|
<view key="view" contentMode="scaleToFill" id="QS5-Rx-YEW">
|
2019-08-03 11:01:56 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
2019-07-09 19:39:06 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
|
<viewLayoutGuide key="safeArea" id="O1u-W8-tvY"/>
|
|
|
|
|
</view>
|
2019-08-03 11:01:56 +02:00
|
|
|
<navigationItem key="navigationItem" id="T1a-Dc-Mt0">
|
|
|
|
|
<barButtonItem key="rightBarButtonItem" title="Customize" id="zsF-Jh-U3n">
|
|
|
|
|
<connections>
|
2019-09-20 18:11:27 +02:00
|
|
|
<action selector="customize:" destination="8rJ-Kc-sve" id="b80-Cd-4zl"/>
|
2019-08-03 11:01:56 +02:00
|
|
|
</connections>
|
|
|
|
|
</barButtonItem>
|
|
|
|
|
</navigationItem>
|
2019-07-09 19:39:06 +02:00
|
|
|
</viewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="4Nw-L8-lE0" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
2019-08-03 11:01:56 +02:00
|
|
|
<point key="canvasLocation" x="1628" y="-112"/>
|
2019-07-10 19:20:31 +02:00
|
|
|
</scene>
|
2019-07-21 21:14:38 +02:00
|
|
|
<!--Customization View Controller-->
|
|
|
|
|
<scene sceneID="gAv-U3-QPB">
|
|
|
|
|
<objects>
|
2019-09-20 18:11:27 +02:00
|
|
|
<viewController storyboardIdentifier="Customize" id="8XB-jK-YFD" customClass="CustomizationViewController" customModule="AvH_Plan" customModuleProvider="target" sceneMemberID="viewController">
|
2019-07-21 21:14:38 +02:00
|
|
|
<view key="view" contentMode="scaleToFill" id="3L4-c2-Pow">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<navigationBar contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" layoutMarginsFollowReadableWidth="YES" translucent="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1XB-6S-dGV">
|
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
|
|
|
|
<items>
|
|
|
|
|
<navigationItem title="Customize" id="9Pf-pB-wLS">
|
2019-07-22 14:10:08 +02:00
|
|
|
<barButtonItem key="rightBarButtonItem" title="Save" id="PWA-cp-z6o">
|
2019-07-21 21:14:38 +02:00
|
|
|
<connections>
|
|
|
|
|
<action selector="done:" destination="8XB-jK-YFD" id="7wR-PO-v0i"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</barButtonItem>
|
|
|
|
|
</navigationItem>
|
|
|
|
|
</items>
|
|
|
|
|
</navigationBar>
|
2019-09-20 18:11:27 +02:00
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iAl-ff-skU">
|
|
|
|
|
<rect key="frame" x="0.0" y="88" width="414" height="231"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Your name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="TpM-Mz-EpI">
|
|
|
|
|
<rect key="frame" x="24" y="16" width="366" height="30"/>
|
|
|
|
|
<accessibility key="accessibilityConfiguration" hint="Name"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
|
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
|
|
|
|
|
</textField>
|
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Your classes" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="bCV-w1-hVY">
|
|
|
|
|
<rect key="frame" x="24" y="62" width="328" height="30"/>
|
|
|
|
|
<accessibility key="accessibilityConfiguration" hint="Classes"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
|
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
|
|
|
|
|
</textField>
|
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Your courses" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="69O-Fo-TQF">
|
|
|
|
|
<rect key="frame" x="24" y="108" width="328" height="30"/>
|
|
|
|
|
<accessibility key="accessibilityConfiguration" hint="Courses"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
|
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
|
|
|
|
|
</textField>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Default plan" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hkV-XP-jXe">
|
|
|
|
|
<rect key="frame" x="24" y="154" width="366" height="21"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="detailDisclosure" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bcl-Ha-O4z">
|
|
|
|
|
<rect key="frame" x="368" y="66" width="22" height="22"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<action selector="groupHelpButton:" destination="8XB-jK-YFD" eventType="touchUpInside" id="7xi-30-v0V"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</button>
|
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="detailDisclosure" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eQo-BP-t2k">
|
|
|
|
|
<rect key="frame" x="368" y="112" width="22" height="22"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<action selector="courseHelpButton:" destination="8XB-jK-YFD" eventType="touchUpInside" id="7fx-Ol-OkW"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</button>
|
|
|
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="1" translatesAutoresizingMaskIntoConstraints="NO" id="omP-RH-Hlh">
|
|
|
|
|
<rect key="frame" x="24" y="187" width="366" height="29"/>
|
|
|
|
|
<segments>
|
|
|
|
|
<segment title="General"/>
|
|
|
|
|
<segment title="Personal"/>
|
|
|
|
|
</segments>
|
|
|
|
|
</segmentedControl>
|
|
|
|
|
</subviews>
|
2019-07-21 21:14:38 +02:00
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
2019-09-20 18:11:27 +02:00
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="69O-Fo-TQF" firstAttribute="leading" secondItem="iAl-ff-skU" secondAttribute="leading" constant="24" id="2FL-7N-HJO"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="hkV-XP-jXe" secondAttribute="trailing" constant="24" id="4ZG-c5-lUu"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="TpM-Mz-EpI" secondAttribute="trailing" constant="24" id="A4N-lD-pgd"/>
|
|
|
|
|
<constraint firstAttribute="bottom" secondItem="omP-RH-Hlh" secondAttribute="bottom" constant="16" id="Aob-zt-PTb"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="eQo-BP-t2k" secondAttribute="trailing" constant="24" id="CFc-LX-Cl4"/>
|
|
|
|
|
<constraint firstItem="omP-RH-Hlh" firstAttribute="leading" secondItem="iAl-ff-skU" secondAttribute="leading" constant="24" id="GoG-3f-NFd"/>
|
|
|
|
|
<constraint firstItem="bcl-Ha-O4z" firstAttribute="leading" secondItem="bCV-w1-hVY" secondAttribute="trailing" constant="16" id="HEX-GP-NuJ"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="bcl-Ha-O4z" secondAttribute="trailing" constant="24" id="OA9-1L-OT9"/>
|
|
|
|
|
<constraint firstItem="bcl-Ha-O4z" firstAttribute="centerY" secondItem="bCV-w1-hVY" secondAttribute="centerY" id="Qin-2R-y2G"/>
|
|
|
|
|
<constraint firstItem="bCV-w1-hVY" firstAttribute="top" secondItem="TpM-Mz-EpI" secondAttribute="bottom" constant="16" id="R8P-Mm-bd0"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="omP-RH-Hlh" secondAttribute="trailing" constant="24" id="Ryt-Wu-QWj"/>
|
|
|
|
|
<constraint firstItem="eQo-BP-t2k" firstAttribute="leading" secondItem="69O-Fo-TQF" secondAttribute="trailing" constant="16" id="VvK-jS-8qP"/>
|
|
|
|
|
<constraint firstItem="TpM-Mz-EpI" firstAttribute="top" secondItem="iAl-ff-skU" secondAttribute="top" constant="16" id="WcH-lu-gmN"/>
|
|
|
|
|
<constraint firstItem="69O-Fo-TQF" firstAttribute="top" secondItem="bCV-w1-hVY" secondAttribute="bottom" constant="16" id="bOA-Dz-eB4"/>
|
|
|
|
|
<constraint firstItem="omP-RH-Hlh" firstAttribute="top" secondItem="hkV-XP-jXe" secondAttribute="bottom" constant="12" id="eAT-ba-MuB"/>
|
|
|
|
|
<constraint firstItem="hkV-XP-jXe" firstAttribute="leading" secondItem="iAl-ff-skU" secondAttribute="leading" constant="24" id="fXg-xr-nwy"/>
|
|
|
|
|
<constraint firstItem="eQo-BP-t2k" firstAttribute="centerY" secondItem="69O-Fo-TQF" secondAttribute="centerY" id="qQu-95-XUA"/>
|
|
|
|
|
<constraint firstItem="bCV-w1-hVY" firstAttribute="leading" secondItem="iAl-ff-skU" secondAttribute="leading" constant="24" id="twO-Ty-mtH"/>
|
|
|
|
|
<constraint firstItem="hkV-XP-jXe" firstAttribute="top" secondItem="69O-Fo-TQF" secondAttribute="bottom" constant="16" id="vL4-Uu-2Bd"/>
|
|
|
|
|
<constraint firstItem="TpM-Mz-EpI" firstAttribute="leading" secondItem="iAl-ff-skU" secondAttribute="leading" constant="24" id="ykh-Uy-8MV"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</view>
|
|
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3ae-Qn-llh">
|
|
|
|
|
<rect key="frame" x="0.0" y="319" width="414" height="543"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" text="Custom colours" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rks-gf-AM4">
|
|
|
|
|
<rect key="frame" x="24" y="0.0" width="366" height="21"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="hWP-3N-RUn">
|
|
|
|
|
<rect key="frame" x="8" y="37" width="398" height="506"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<collectionViewLayout key="collectionViewLayout" id="sCM-Sc-0Zw" customClass="MagazineLayout" customModule="MagazineLayout"/>
|
|
|
|
|
<cells/>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="dataSource" destination="8XB-jK-YFD" id="mHC-Am-kkd"/>
|
|
|
|
|
<outlet property="delegate" destination="8XB-jK-YFD" id="cTM-du-BOk"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</collectionView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="hWP-3N-RUn" firstAttribute="leading" secondItem="3ae-Qn-llh" secondAttribute="leading" constant="8" id="1ht-Ws-T8Y"/>
|
|
|
|
|
<constraint firstItem="hWP-3N-RUn" firstAttribute="top" secondItem="rks-gf-AM4" secondAttribute="bottom" constant="16" id="5Ss-pW-THK"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="hWP-3N-RUn" secondAttribute="trailing" constant="8" id="72H-9z-A6Z"/>
|
|
|
|
|
<constraint firstItem="rks-gf-AM4" firstAttribute="top" secondItem="3ae-Qn-llh" secondAttribute="top" id="8kR-rm-gdJ"/>
|
|
|
|
|
<constraint firstAttribute="bottom" secondItem="hWP-3N-RUn" secondAttribute="bottom" id="bPr-ng-hbt"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="rks-gf-AM4" secondAttribute="trailing" constant="24" id="deG-Uk-50h"/>
|
|
|
|
|
<constraint firstItem="rks-gf-AM4" firstAttribute="leading" secondItem="3ae-Qn-llh" secondAttribute="leading" constant="24" id="eQ0-7G-zMb"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</view>
|
2019-07-21 21:14:38 +02:00
|
|
|
</subviews>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<constraints>
|
2019-09-20 18:11:27 +02:00
|
|
|
<constraint firstItem="3ae-Qn-llh" firstAttribute="top" secondItem="iAl-ff-skU" secondAttribute="bottom" id="48i-EM-6px"/>
|
|
|
|
|
<constraint firstItem="iN7-lf-GS3" firstAttribute="trailing" secondItem="iAl-ff-skU" secondAttribute="trailing" id="AoD-6m-Zah"/>
|
|
|
|
|
<constraint firstItem="iN7-lf-GS3" firstAttribute="bottom" secondItem="3ae-Qn-llh" secondAttribute="bottom" id="H2b-Bw-SPo"/>
|
|
|
|
|
<constraint firstItem="3ae-Qn-llh" firstAttribute="leading" secondItem="iN7-lf-GS3" secondAttribute="leading" id="JSj-x6-uUy"/>
|
|
|
|
|
<constraint firstItem="iAl-ff-skU" firstAttribute="top" secondItem="1XB-6S-dGV" secondAttribute="bottom" id="KyF-sn-SYG"/>
|
|
|
|
|
<constraint firstItem="3ae-Qn-llh" firstAttribute="leading" secondItem="iAl-ff-skU" secondAttribute="trailing" id="Ojd-xl-Edq"/>
|
|
|
|
|
<constraint firstItem="iAl-ff-skU" firstAttribute="leading" secondItem="3L4-c2-Pow" secondAttribute="leading" id="SI9-hB-Om4"/>
|
|
|
|
|
<constraint firstItem="3ae-Qn-llh" firstAttribute="top" secondItem="1XB-6S-dGV" secondAttribute="bottom" constant="16" id="T5g-Sq-0j2"/>
|
|
|
|
|
<constraint firstItem="iN7-lf-GS3" firstAttribute="bottom" secondItem="3ae-Qn-llh" secondAttribute="bottom" id="VHJ-b1-MUU"/>
|
2019-07-21 21:14:38 +02:00
|
|
|
<constraint firstItem="iN7-lf-GS3" firstAttribute="trailing" secondItem="1XB-6S-dGV" secondAttribute="trailing" id="ViL-Rg-PN8"/>
|
2019-09-20 18:11:27 +02:00
|
|
|
<constraint firstItem="iAl-ff-skU" firstAttribute="width" secondItem="3ae-Qn-llh" secondAttribute="width" id="WSU-eO-T8S"/>
|
|
|
|
|
<constraint firstItem="iAl-ff-skU" firstAttribute="leading" secondItem="iN7-lf-GS3" secondAttribute="leading" id="efn-u4-JYI"/>
|
|
|
|
|
<constraint firstItem="iAl-ff-skU" firstAttribute="top" secondItem="1XB-6S-dGV" secondAttribute="bottom" constant="1" id="fxU-4n-vS8"/>
|
|
|
|
|
<constraint firstItem="iN7-lf-GS3" firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="iAl-ff-skU" secondAttribute="bottom" id="o0D-wq-Ew9"/>
|
|
|
|
|
<constraint firstItem="iN7-lf-GS3" firstAttribute="trailing" secondItem="3ae-Qn-llh" secondAttribute="trailing" id="oT6-TL-SV4"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="3ae-Qn-llh" secondAttribute="trailing" id="qvo-A0-0im"/>
|
2019-07-21 21:14:38 +02:00
|
|
|
<constraint firstItem="1XB-6S-dGV" firstAttribute="top" secondItem="iN7-lf-GS3" secondAttribute="top" id="uz5-3l-eKb"/>
|
|
|
|
|
<constraint firstItem="1XB-6S-dGV" firstAttribute="leading" secondItem="3L4-c2-Pow" secondAttribute="leading" id="vnV-AO-wgT"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<viewLayoutGuide key="safeArea" id="iN7-lf-GS3"/>
|
2019-09-20 18:11:27 +02:00
|
|
|
<variation key="default">
|
|
|
|
|
<mask key="constraints">
|
|
|
|
|
<exclude reference="AoD-6m-Zah"/>
|
|
|
|
|
<exclude reference="H2b-Bw-SPo"/>
|
|
|
|
|
<exclude reference="VHJ-b1-MUU"/>
|
|
|
|
|
<exclude reference="o0D-wq-Ew9"/>
|
|
|
|
|
<exclude reference="oT6-TL-SV4"/>
|
|
|
|
|
<exclude reference="KyF-sn-SYG"/>
|
|
|
|
|
<exclude reference="SI9-hB-Om4"/>
|
|
|
|
|
<exclude reference="WSU-eO-T8S"/>
|
|
|
|
|
<exclude reference="efn-u4-JYI"/>
|
|
|
|
|
<exclude reference="fxU-4n-vS8"/>
|
|
|
|
|
<exclude reference="48i-EM-6px"/>
|
|
|
|
|
<exclude reference="JSj-x6-uUy"/>
|
|
|
|
|
<exclude reference="Ojd-xl-Edq"/>
|
|
|
|
|
<exclude reference="T5g-Sq-0j2"/>
|
|
|
|
|
<exclude reference="qvo-A0-0im"/>
|
|
|
|
|
</mask>
|
|
|
|
|
</variation>
|
|
|
|
|
<variation key="heightClass=compact">
|
|
|
|
|
<mask key="constraints">
|
|
|
|
|
<exclude reference="AoD-6m-Zah"/>
|
|
|
|
|
<exclude reference="H2b-Bw-SPo"/>
|
|
|
|
|
<include reference="VHJ-b1-MUU"/>
|
|
|
|
|
<include reference="o0D-wq-Ew9"/>
|
|
|
|
|
<include reference="oT6-TL-SV4"/>
|
|
|
|
|
<exclude reference="KyF-sn-SYG"/>
|
|
|
|
|
<exclude reference="SI9-hB-Om4"/>
|
|
|
|
|
<include reference="WSU-eO-T8S"/>
|
|
|
|
|
<include reference="efn-u4-JYI"/>
|
|
|
|
|
<include reference="fxU-4n-vS8"/>
|
|
|
|
|
<exclude reference="48i-EM-6px"/>
|
|
|
|
|
<exclude reference="JSj-x6-uUy"/>
|
|
|
|
|
<include reference="Ojd-xl-Edq"/>
|
|
|
|
|
<include reference="T5g-Sq-0j2"/>
|
|
|
|
|
<exclude reference="qvo-A0-0im"/>
|
|
|
|
|
</mask>
|
|
|
|
|
</variation>
|
|
|
|
|
<variation key="heightClass=regular-widthClass=compact">
|
|
|
|
|
<mask key="constraints">
|
|
|
|
|
<include reference="AoD-6m-Zah"/>
|
|
|
|
|
<include reference="H2b-Bw-SPo"/>
|
|
|
|
|
<include reference="KyF-sn-SYG"/>
|
|
|
|
|
<include reference="SI9-hB-Om4"/>
|
|
|
|
|
<include reference="48i-EM-6px"/>
|
|
|
|
|
<include reference="JSj-x6-uUy"/>
|
|
|
|
|
<include reference="qvo-A0-0im"/>
|
|
|
|
|
</mask>
|
|
|
|
|
</variation>
|
2019-07-21 21:14:38 +02:00
|
|
|
</view>
|
|
|
|
|
<navigationItem key="navigationItem" id="xDt-o1-FZQ"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="collectionView" destination="hWP-3N-RUn" id="RFo-DP-uPX"/>
|
2019-09-20 18:11:27 +02:00
|
|
|
<outlet property="colourView" destination="3ae-Qn-llh" id="do8-yi-0xg"/>
|
2019-07-21 21:14:38 +02:00
|
|
|
<outlet property="defaultSegments" destination="omP-RH-Hlh" id="hVo-ND-9EG"/>
|
2019-09-20 18:11:27 +02:00
|
|
|
<outlet property="inputsView" destination="iAl-ff-skU" id="6a4-Dz-Lch"/>
|
2019-08-21 19:36:56 +02:00
|
|
|
<outlet property="textToolbar" destination="cDy-2Q-2zk" id="UlY-Aa-f41"/>
|
2019-07-21 21:14:38 +02:00
|
|
|
<outlet property="txtClasses" destination="bCV-w1-hVY" id="lDD-NQ-f8f"/>
|
|
|
|
|
<outlet property="txtCourses" destination="69O-Fo-TQF" id="AC7-pO-Jms"/>
|
|
|
|
|
<outlet property="txtName" destination="TpM-Mz-EpI" id="W0o-NR-E96"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</viewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="fIE-1y-qpc" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
2019-08-21 19:36:56 +02:00
|
|
|
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="cDy-2Q-2zk">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
|
|
|
<items>
|
|
|
|
|
<barButtonItem style="plain" systemItem="flexibleSpace" id="Tsa-Dg-qek"/>
|
|
|
|
|
<barButtonItem systemItem="done" id="nSG-vf-dVd">
|
|
|
|
|
<connections>
|
|
|
|
|
<action selector="textDismissButton:" destination="8XB-jK-YFD" id="aXf-TS-Wxk"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</barButtonItem>
|
|
|
|
|
</items>
|
|
|
|
|
</toolbar>
|
2019-07-21 21:14:38 +02:00
|
|
|
</objects>
|
2019-09-20 18:11:27 +02:00
|
|
|
<point key="canvasLocation" x="2689.2857142857142" y="-514.49275362318849"/>
|
2019-07-21 21:14:38 +02:00
|
|
|
</scene>
|
|
|
|
|
<!--Colour Picker View-->
|
|
|
|
|
<scene sceneID="H2r-WV-fSr">
|
|
|
|
|
<objects>
|
|
|
|
|
<viewController storyboardIdentifier="ColourPickerView" id="xQo-mK-Kfi" customClass="ColourPickerView" customModule="AvH_Plan" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
|
<view key="view" contentMode="scaleToFill" id="yNW-hn-UZ1">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<navigationBar contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" layoutMarginsFollowReadableWidth="YES" translucent="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hA8-ki-X8m">
|
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
|
|
|
|
<items>
|
|
|
|
|
<navigationItem title="Title" id="HYG-gj-KYl">
|
2019-07-22 14:10:08 +02:00
|
|
|
<barButtonItem key="rightBarButtonItem" title="Save" id="ZI8-Ec-yYU">
|
2019-07-21 21:14:38 +02:00
|
|
|
<connections>
|
|
|
|
|
<action selector="done:" destination="xQo-mK-Kfi" id="DK7-6I-kUG"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</barButtonItem>
|
|
|
|
|
</navigationItem>
|
|
|
|
|
</items>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="PuQ-HH-9DW">
|
|
|
|
|
<rect key="frame" x="0.0" y="88" width="414" height="774"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="U1s-L9-Ptw" customClass="MagazineLayout" customModule="MagazineLayout">
|
|
|
|
|
<size key="itemSize" width="50" height="50"/>
|
|
|
|
|
<size key="headerReferenceSize" width="0.0" height="0.0"/>
|
|
|
|
|
<size key="footerReferenceSize" width="0.0" height="0.0"/>
|
|
|
|
|
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
|
|
|
</collectionViewFlowLayout>
|
|
|
|
|
<cells/>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="dataSource" destination="xQo-mK-Kfi" id="xjd-1I-Q8C"/>
|
|
|
|
|
<outlet property="delegate" destination="xQo-mK-Kfi" id="lgT-bv-TWP"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</collectionView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="PuQ-HH-9DW" firstAttribute="leading" secondItem="sxo-IA-DXC" secondAttribute="leading" id="0ss-7W-Crv"/>
|
|
|
|
|
<constraint firstItem="hA8-ki-X8m" firstAttribute="top" secondItem="sxo-IA-DXC" secondAttribute="top" id="cSc-da-pRP"/>
|
|
|
|
|
<constraint firstItem="hA8-ki-X8m" firstAttribute="trailing" secondItem="sxo-IA-DXC" secondAttribute="trailing" id="eLY-V4-1lX"/>
|
|
|
|
|
<constraint firstItem="sxo-IA-DXC" firstAttribute="trailing" secondItem="PuQ-HH-9DW" secondAttribute="trailing" id="iAf-Pv-Hl8"/>
|
|
|
|
|
<constraint firstItem="PuQ-HH-9DW" firstAttribute="top" secondItem="hA8-ki-X8m" secondAttribute="bottom" id="lNF-lt-wSq"/>
|
|
|
|
|
<constraint firstItem="sxo-IA-DXC" firstAttribute="bottom" secondItem="PuQ-HH-9DW" secondAttribute="bottom" id="m44-uV-U72"/>
|
|
|
|
|
<constraint firstItem="hA8-ki-X8m" firstAttribute="leading" secondItem="sxo-IA-DXC" secondAttribute="leading" id="vWh-ct-B5X"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<viewLayoutGuide key="safeArea" id="sxo-IA-DXC"/>
|
|
|
|
|
</view>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="collectionView" destination="PuQ-HH-9DW" id="b5u-ZB-l7g"/>
|
|
|
|
|
<outlet property="toolbar" destination="hA8-ki-X8m" id="wGZ-na-axJ"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</viewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="hiX-3i-iLz" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
2019-08-03 11:01:56 +02:00
|
|
|
<point key="canvasLocation" x="3503" y="-514"/>
|
2019-07-21 21:14:38 +02:00
|
|
|
</scene>
|
2019-08-03 11:01:56 +02:00
|
|
|
<!--Menu View Controller-->
|
2019-07-10 19:20:31 +02:00
|
|
|
<scene sceneID="JTo-oO-5Xc">
|
|
|
|
|
<objects>
|
2019-07-10 19:52:14 +02:00
|
|
|
<viewController id="bBH-of-tdd" customClass="MenuViewController" customModule="AvH_Plan" customModuleProvider="target" sceneMemberID="viewController">
|
2019-07-10 19:20:31 +02:00
|
|
|
<view key="view" contentMode="scaleToFill" id="nOs-f2-7qu">
|
2019-08-03 11:01:56 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
2019-07-10 19:20:31 +02:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<viewLayoutGuide key="safeArea" id="2XG-5F-awv"/>
|
|
|
|
|
</view>
|
2019-08-03 11:01:56 +02:00
|
|
|
<navigationItem key="navigationItem" id="dT4-da-Exr"/>
|
2019-07-10 19:20:31 +02:00
|
|
|
</viewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="8Cd-nN-1G8" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
2019-08-03 11:01:56 +02:00
|
|
|
<point key="canvasLocation" x="1632" y="1246"/>
|
2019-07-09 19:39:06 +02:00
|
|
|
</scene>
|
|
|
|
|
<!--AvH Plan-->
|
|
|
|
|
<scene sceneID="yl2-sM-qoP">
|
|
|
|
|
<objects>
|
2019-07-21 21:14:38 +02:00
|
|
|
<tabBarController title="AvH Plan" id="49e-Tb-3d3" customClass="CustomTabBarController" customModule="AvH_Plan" customModuleProvider="target" sceneMemberID="viewController">
|
2019-08-03 11:01:56 +02:00
|
|
|
<tabBar key="tabBar" contentMode="scaleToFill" id="W28-zg-YXA">
|
2019-07-09 19:39:06 +02:00
|
|
|
<rect key="frame" x="0.0" y="975" width="768" height="49"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
|
|
|
</tabBar>
|
|
|
|
|
<connections>
|
2019-08-03 11:01:56 +02:00
|
|
|
<segue destination="u5k-1S-jRe" kind="relationship" relationship="viewControllers" id="u7Y-xg-7CH"/>
|
|
|
|
|
<segue destination="ceg-T8-6Bs" kind="relationship" relationship="viewControllers" id="lzU-1b-eKA"/>
|
|
|
|
|
<segue destination="QLo-hR-KTA" kind="relationship" relationship="viewControllers" id="Vg0-hd-66G"/>
|
|
|
|
|
<segue destination="TgU-Wp-q74" kind="relationship" relationship="viewControllers" id="L24-WL-MU3"/>
|
2019-07-09 19:39:06 +02:00
|
|
|
</connections>
|
|
|
|
|
</tabBarController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="HuB-VB-40B" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="0.0" y="0.0"/>
|
|
|
|
|
</scene>
|
2019-08-03 11:48:47 +02:00
|
|
|
<!--General-->
|
2019-08-03 11:01:56 +02:00
|
|
|
<scene sceneID="wZh-Nl-baJ">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="u5k-1S-jRe" sceneMemberID="viewController">
|
2019-08-03 11:48:47 +02:00
|
|
|
<tabBarItem key="tabBarItem" title="General" image="ic_writing" selectedImage="ic_writing" id="acW-dT-cKf"/>
|
2019-08-03 11:01:56 +02:00
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="eWV-1q-K0n">
|
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="96"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="9pv-A4-QxB" kind="relationship" relationship="rootViewController" id="Sgi-MO-0hJ"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</navigationController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="PN8-Zl-JEK" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="797" y="-800"/>
|
|
|
|
|
</scene>
|
|
|
|
|
<!--Personal-->
|
|
|
|
|
<scene sceneID="D1i-4D-DF5">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ceg-T8-6Bs" sceneMemberID="viewController">
|
|
|
|
|
<tabBarItem key="tabBarItem" title="Personal" image="ic_idea" selectedImage="ic_idea" id="cPa-gy-q4n"/>
|
|
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="uhu-Jz-N3s">
|
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="96"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="8rJ-Kc-sve" kind="relationship" relationship="rootViewController" id="OeD-X8-ac2"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</navigationController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="na2-df-29J" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="748" y="-120"/>
|
|
|
|
|
</scene>
|
|
|
|
|
<!--Information-->
|
|
|
|
|
<scene sceneID="8Mm-U7-JgF">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="QLo-hR-KTA" sceneMemberID="viewController">
|
|
|
|
|
<tabBarItem key="tabBarItem" title="Information" image="ic_information" selectedImage="ic_information" id="BQ7-VO-yI4"/>
|
|
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="7nl-mF-KID">
|
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="96"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
</navigationController>
|
2019-09-20 18:11:27 +02:00
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="IMM-XL-aYt" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
2019-08-03 11:01:56 +02:00
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="721.73913043478262" y="572.54464285714278"/>
|
|
|
|
|
</scene>
|
|
|
|
|
<!--Menu-->
|
|
|
|
|
<scene sceneID="wy5-3k-0tO">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="TgU-Wp-q74" sceneMemberID="viewController">
|
|
|
|
|
<tabBarItem key="tabBarItem" title="Menu" image="ic_tomato" selectedImage="ic_tomato" id="IfX-2p-YWq"/>
|
|
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="X3a-nR-zZn">
|
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="96"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="bBH-of-tdd" kind="relationship" relationship="rootViewController" id="Poe-ld-Xi5"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</navigationController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="mlr-hH-QPP" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="704" y="1221"/>
|
|
|
|
|
</scene>
|
2019-07-09 19:39:06 +02:00
|
|
|
</scenes>
|
|
|
|
|
<resources>
|
2019-07-10 19:52:14 +02:00
|
|
|
<image name="ic_idea" width="16.666666030883789" height="25"/>
|
2019-07-10 19:20:31 +02:00
|
|
|
<image name="ic_information" width="25" height="25"/>
|
|
|
|
|
<image name="ic_tomato" width="25" height="25"/>
|
|
|
|
|
<image name="ic_writing" width="25" height="25"/>
|
2019-07-09 19:39:06 +02:00
|
|
|
</resources>
|
|
|
|
|
</document>
|