You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
5.1 KiB
72 lines
5.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="TxU-Fl-tNx">
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
<capability name="System colors in document resources" minToolsVersion="11.0"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<scenes>
|
|
<!--Navigation Controller-->
|
|
<scene sceneID="hez-bJ-diu">
|
|
<objects>
|
|
<navigationController id="TxU-Fl-tNx" sceneMemberID="viewController">
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="WFB-v3-7ji">
|
|
<rect key="frame" x="0.0" y="48" width="414" height="44"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</navigationBar>
|
|
<connections>
|
|
<segue destination="NKc-C6-bTZ" kind="relationship" relationship="rootViewController" id="08b-m4-FZS"/>
|
|
</connections>
|
|
</navigationController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="It9-d6-eH5" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="939" y="82"/>
|
|
</scene>
|
|
<!--Note View Controller-->
|
|
<scene sceneID="3me-1s-GmT">
|
|
<objects>
|
|
<viewController storyboardIdentifier="note" id="NKc-C6-bTZ" customClass="NoteViewController" customModule="Notes" customModuleProvider="target" sceneMemberID="viewController">
|
|
<view key="view" contentMode="scaleToFill" id="zfQ-Xr-jsC">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="zPN-eq-BkD">
|
|
<rect key="frame" x="8" y="100" width="398" height="754"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<color key="textColor" systemColor="labelColor"/>
|
|
<fontDescription key="fontDescription" name="DINAlternate-Bold" family="DIN Alternate" pointSize="14"/>
|
|
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
|
|
</textView>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="Qu6-9S-tel"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<constraints>
|
|
<constraint firstItem="Qu6-9S-tel" firstAttribute="trailing" secondItem="zPN-eq-BkD" secondAttribute="trailing" constant="8" id="9rz-bm-QIs"/>
|
|
<constraint firstItem="Qu6-9S-tel" firstAttribute="bottom" secondItem="zPN-eq-BkD" secondAttribute="bottom" constant="8" id="ElV-mT-Day"/>
|
|
<constraint firstItem="zPN-eq-BkD" firstAttribute="leading" secondItem="Qu6-9S-tel" secondAttribute="leading" constant="8" id="hUX-Ie-RB0"/>
|
|
<constraint firstItem="zPN-eq-BkD" firstAttribute="top" secondItem="Qu6-9S-tel" secondAttribute="top" constant="8" id="jaW-K0-O4W"/>
|
|
</constraints>
|
|
</view>
|
|
<navigationItem key="navigationItem" id="obh-lB-Hmb"/>
|
|
<connections>
|
|
<outlet property="textView" destination="zPN-eq-BkD" id="gC1-fy-xI4"/>
|
|
<outlet property="textViewBottomConstraint" destination="ElV-mT-Day" id="esj-WS-G5P"/>
|
|
</connections>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="BQh-DG-myD" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="1736" y="82"/>
|
|
</scene>
|
|
</scenes>
|
|
<resources>
|
|
<systemColor name="labelColor">
|
|
<color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</systemColor>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|
|
|