book--hacking-with-swift/16-safari-extension/Safari Extension/My Sweet HWS Extension/Base.lproj/MainInterface.storyboard

69 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="v1U-Io-fLa">
<device id="retina6_1" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Image-->
<scene sceneID="7MM-of-jgj">
<objects>
<viewController title="Image" id="ObA-dk-sSI" customClass="ActionViewController" customModule="My_Sweet_HWS_Extension" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="zMn-AG-sqS">
<rect key="frame" x="0.0" y="0.0" width="320" height="528"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="kP8-g3-TqA">
<rect key="frame" x="0.0" y="0.0" width="320" height="528"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<fontDescription key="fontDescription" name="Menlo-Regular" family="Menlo" pointSize="14"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
</textView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="kP8-g3-TqA" secondAttribute="trailing" id="cNe-Dq-B6y"/>
<constraint firstItem="kP8-g3-TqA" firstAttribute="leading" secondItem="zMn-AG-sqS" secondAttribute="leading" id="iwr-1b-V6X"/>
<constraint firstAttribute="bottom" secondItem="kP8-g3-TqA" secondAttribute="bottom" id="oGC-wE-kCf"/>
<constraint firstItem="kP8-g3-TqA" firstAttribute="top" secondItem="zMn-AG-sqS" secondAttribute="top" id="qQh-bE-foo"/>
</constraints>
<viewLayoutGuide key="safeArea" id="VVe-Uw-JpX"/>
</view>
<navigationItem key="navigationItem" id="GWr-0q-tfJ"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<size key="freeformSize" width="320" height="528"/>
<connections>
<outlet property="scriptTextView" destination="kP8-g3-TqA" id="jg6-fU-9WQ"/>
<outlet property="view" destination="zMn-AG-sqS" id="Qma-de-2ek"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="X47-rx-isc" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1070.4000000000001" y="133.13343328335833"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="ebG-IU-QLq">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="v1U-Io-fLa" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="EKC-hp-sfJ">
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="ObA-dk-sSI" kind="relationship" relationship="rootViewController" id="ptf-Za-Vbl"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="F4L-Ka-QvE" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="193" y="134"/>
</scene>
</scenes>
</document>