|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11127" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <dependencies> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11101"/> |
| 6 | + <capability name="Constraints to layout margins" minToolsVersion="6.0"/> |
| 7 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 8 | + </dependencies> |
| 9 | + <scenes> |
| 10 | + <!--View Controller--> |
| 11 | + <scene sceneID="tne-QT-ifu"> |
| 12 | + <objects> |
| 13 | + <viewController id="BYZ-38-t0r" sceneMemberID="viewController"> |
| 14 | + <layoutGuides> |
| 15 | + <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
| 16 | + <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
| 17 | + </layoutGuides> |
| 18 | + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 19 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 20 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 21 | + <subviews> |
| 22 | + <stackView opaque="NO" contentMode="scaleToFill" misplaced="YES" axis="vertical" distribution="equalSpacing" alignment="center" spacing="14" translatesAutoresizingMaskIntoConstraints="NO" id="eOt-5F-USO"> |
| 23 | + <rect key="frame" x="16" y="68" width="343" height="172"/> |
| 24 | + <frame key="frameInset" minX="16" minY="68" width="343" height="172"/> |
| 25 | + <subviews> |
| 26 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Empty Host App" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gVR-K8-jZu"> |
| 27 | + <rect key="frame" x="73" y="0.0" width="197" height="34"/> |
| 28 | + <frame key="frameInset" minX="73" width="197" height="34"/> |
| 29 | + <fontDescription key="fontDescription" style="UICTFontTextStyleTitle1"/> |
| 30 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 31 | + <nil key="highlightedColor"/> |
| 32 | + </label> |
| 33 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" layoutMarginsFollowReadableWidth="YES" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sV5-9d-T9O"> |
| 34 | + <rect key="frame" x="0.0" y="48" width="343" height="125"/> |
| 35 | + <frame key="frameInset" minY="48" width="343" height="125"/> |
| 36 | + <string key="text">This app serves only to host the example photo editing extension. |
| 37 | + |
| 38 | +To test the extension, edit a photo in the Photos app and choose the Photo Edit extension from the "..." menu.</string> |
| 39 | + <fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/> |
| 40 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 41 | + <nil key="highlightedColor"/> |
| 42 | + </label> |
| 43 | + </subviews> |
| 44 | + </stackView> |
| 45 | + </subviews> |
| 46 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 47 | + <constraints> |
| 48 | + <constraint firstItem="eOt-5F-USO" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="UB1-1u-A36"/> |
| 49 | + <constraint firstAttribute="trailingMargin" secondItem="eOt-5F-USO" secondAttribute="trailing" id="YQ0-bj-WAX"/> |
| 50 | + <constraint firstItem="eOt-5F-USO" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="iav-Tk-TNL"/> |
| 51 | + <constraint firstItem="eOt-5F-USO" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="mEJ-9W-9eg"/> |
| 52 | + </constraints> |
| 53 | + </view> |
| 54 | + </viewController> |
| 55 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 56 | + </objects> |
| 57 | + </scene> |
| 58 | + </scenes> |
| 59 | +</document> |
0 commit comments