Home | History | Annotate | Download | only in ActionExtension
      1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
      2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6148" systemVersion="14A229a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="ObA-dk-sSI">
      3     <dependencies>
      4         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6147"/>
      5     </dependencies>
      6     <scenes>
      7         <!--Action View Controller - Image-->
      8         <scene sceneID="7MM-of-jgj">
      9             <objects>
     10                 <viewController title="Image" id="ObA-dk-sSI" customClass="ActionViewController" customModuleProvider="" sceneMemberID="viewController">
     11                     <layoutGuides>
     12                         <viewControllerLayoutGuide type="top" id="qkL-Od-lgU"/>
     13                         <viewControllerLayoutGuide type="bottom" id="n38-gi-rB5"/>
     14                     </layoutGuides>
     15                     <view key="view" contentMode="scaleToFill" id="zMn-AG-sqS">
     16                         <rect key="frame" x="0.0" y="0.0" width="320" height="528"/>
     17                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
     18                         <subviews>
     19                             <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="9ga-4F-77Z">
     20                                 <rect key="frame" x="0.0" y="64" width="320" height="464"/>
     21                             </imageView>
     22                             <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NOA-Dm-cuz">
     23                                 <rect key="frame" x="0.0" y="20" width="320" height="44"/>
     24                                 <items>
     25                                     <navigationItem id="3HJ-uW-3hn">
     26                                         <barButtonItem key="leftBarButtonItem" title="Done" style="done" id="WYi-yp-eM6">
     27                                             <connections>
     28                                                 <action selector="done" destination="ObA-dk-sSI" id="Qdu-qn-U6V"/>
     29                                             </connections>
     30                                         </barButtonItem>
     31                                     </navigationItem>
     32                                 </items>
     33                             </navigationBar>
     34                         </subviews>
     35                         <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
     36                         <constraints>
     37                             <constraint firstAttribute="trailing" secondItem="NOA-Dm-cuz" secondAttribute="trailing" id="A05-Pj-hrr"/>
     38                             <constraint firstItem="9ga-4F-77Z" firstAttribute="top" secondItem="NOA-Dm-cuz" secondAttribute="bottom" id="Fps-3D-QQW"/>
     39                             <constraint firstItem="NOA-Dm-cuz" firstAttribute="leading" secondItem="zMn-AG-sqS" secondAttribute="leading" id="HxO-8t-aoh"/>
     40                             <constraint firstAttribute="trailing" secondItem="9ga-4F-77Z" secondAttribute="trailing" id="Ozw-Hg-0yh"/>
     41                             <constraint firstItem="9ga-4F-77Z" firstAttribute="leading" secondItem="zMn-AG-sqS" secondAttribute="leading" id="XH5-ld-ONA"/>
     42                             <constraint firstItem="n38-gi-rB5" firstAttribute="top" secondItem="9ga-4F-77Z" secondAttribute="bottom" id="eQg-nn-Zy4"/>
     43                             <constraint firstItem="NOA-Dm-cuz" firstAttribute="top" secondItem="qkL-Od-lgU" secondAttribute="bottom" id="we0-1t-bgp"/>
     44                         </constraints>
     45                     </view>
     46                     <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
     47                     <size key="freeformSize" width="320" height="528"/>
     48                     <connections>
     49                         <outlet property="imageView" destination="9ga-4F-77Z" id="5y6-5w-9QO"/>
     50                         <outlet property="view" destination="zMn-AG-sqS" id="Qma-de-2ek"/>
     51                     </connections>
     52                 </viewController>
     53                 <placeholder placeholderIdentifier="IBFirstResponder" id="X47-rx-isc" userLabel="First Responder" sceneMemberID="firstResponder"/>
     54             </objects>
     55             <point key="canvasLocation" x="252" y="-124"/>
     56         </scene>
     57     </scenes>
     58     <simulatedMetricsContainer key="defaultSimulatedMetrics">
     59         <simulatedStatusBarMetrics key="statusBar"/>
     60         <simulatedOrientationMetrics key="orientation"/>
     61         <simulatedScreenMetrics key="destination" type="retina4"/>
     62     </simulatedMetricsContainer>
     63 </document>
     64