|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <device id="retina4_7" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/> |
| 6 | + <capability name="Safe area layout guides" minToolsVersion="9.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" customClass="ViewController" customModule="SampleApp" customModuleProvider="target" sceneMemberID="viewController"> |
| 14 | + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 15 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 16 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 17 | + <subviews> |
| 18 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ocV-fu-pbY" userLabel="Ball"> |
| 19 | + <rect key="frame" x="137.5" y="283.5" width="100" height="100"/> |
| 20 | + <color key="backgroundColor" systemColor="systemRedColor" red="1" green="0.23137254900000001" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 21 | + <constraints> |
| 22 | + <constraint firstAttribute="width" constant="100" id="wid-gZ-g8b"/> |
| 23 | + <constraint firstAttribute="height" constant="100" id="ygy-Vo-r7S"/> |
| 24 | + </constraints> |
| 25 | + </view> |
| 26 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uDo-iR-BPQ"> |
| 27 | + <rect key="frame" x="16" y="60" width="343" height="30"/> |
| 28 | + <state key="normal" title="Start Recording"/> |
| 29 | + <connections> |
| 30 | + <action selector="startRecordingButtonWasPressed:" destination="BYZ-38-t0r" eventType="touchUpInside" id="uvr-V9-6le"/> |
| 31 | + </connections> |
| 32 | + </button> |
| 33 | + <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LVo-vQ-Ima"> |
| 34 | + <rect key="frame" x="16" y="104" width="343" height="30"/> |
| 35 | + <state key="normal" title="Stop Recording"/> |
| 36 | + <connections> |
| 37 | + <action selector="stopRecordingButtonWasPressed:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Jnh-Vq-VFg"/> |
| 38 | + </connections> |
| 39 | + </button> |
| 40 | + <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PgM-Qq-byK"> |
| 41 | + <rect key="frame" x="310" y="142" width="51" height="31"/> |
| 42 | + </switch> |
| 43 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Save To Camera Roll" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2sr-FT-l3J"> |
| 44 | + <rect key="frame" x="16" y="147" width="286" height="21"/> |
| 45 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 46 | + <nil key="textColor"/> |
| 47 | + <nil key="highlightedColor"/> |
| 48 | + </label> |
| 49 | + </subviews> |
| 50 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 51 | + <constraints> |
| 52 | + <constraint firstItem="LVo-vQ-Ima" firstAttribute="width" secondItem="uDo-iR-BPQ" secondAttribute="width" id="5VQ-kT-uDa"/> |
| 53 | + <constraint firstItem="ocV-fu-pbY" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="GKT-tW-2QX"/> |
| 54 | + <constraint firstItem="2sr-FT-l3J" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="16" id="UPc-tp-Oom"/> |
| 55 | + <constraint firstItem="LVo-vQ-Ima" firstAttribute="trailing" secondItem="uDo-iR-BPQ" secondAttribute="trailing" id="c1L-K9-dti"/> |
| 56 | + <constraint firstItem="uDo-iR-BPQ" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="16" id="d7p-9t-Nq5"/> |
| 57 | + <constraint firstItem="LVo-vQ-Ima" firstAttribute="leading" secondItem="uDo-iR-BPQ" secondAttribute="leading" id="gZK-Vx-gKp"/> |
| 58 | + <constraint firstItem="PgM-Qq-byK" firstAttribute="centerY" secondItem="2sr-FT-l3J" secondAttribute="centerY" id="jQb-ax-rxS"/> |
| 59 | + <constraint firstItem="ocV-fu-pbY" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="kUZ-sg-rMp"/> |
| 60 | + <constraint firstItem="LVo-vQ-Ima" firstAttribute="height" secondItem="uDo-iR-BPQ" secondAttribute="height" id="mZI-LG-rSx"/> |
| 61 | + <constraint firstItem="LVo-vQ-Ima" firstAttribute="top" secondItem="uDo-iR-BPQ" secondAttribute="bottom" constant="14" id="myE-ab-Hf9"/> |
| 62 | + <constraint firstItem="uDo-iR-BPQ" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="60" id="paf-yI-Iyn"/> |
| 63 | + <constraint firstItem="2sr-FT-l3J" firstAttribute="top" secondItem="LVo-vQ-Ima" secondAttribute="bottom" constant="13" id="t6h-bt-iVz"/> |
| 64 | + <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="PgM-Qq-byK" secondAttribute="trailing" constant="16" id="tuo-wM-cSP"/> |
| 65 | + <constraint firstItem="PgM-Qq-byK" firstAttribute="leading" secondItem="2sr-FT-l3J" secondAttribute="trailing" constant="8" id="ubl-5x-hQA"/> |
| 66 | + <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="uDo-iR-BPQ" secondAttribute="trailing" constant="16" id="y7h-ee-AaE"/> |
| 67 | + </constraints> |
| 68 | + <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> |
| 69 | + </view> |
| 70 | + <connections> |
| 71 | + <outlet property="bouncingBall" destination="ocV-fu-pbY" id="hJM-VY-fuO"/> |
| 72 | + <outlet property="cameraRollLabel" destination="2sr-FT-l3J" id="Y2i-Vn-K3I"/> |
| 73 | + <outlet property="cameraRollSwitch" destination="PgM-Qq-byK" id="ALM-9R-s7x"/> |
| 74 | + <outlet property="startRecordingButton" destination="uDo-iR-BPQ" id="8lG-lj-1kv"/> |
| 75 | + <outlet property="stopRecordingButton" destination="LVo-vQ-Ima" id="jcu-7m-tfb"/> |
| 76 | + </connections> |
| 77 | + </viewController> |
| 78 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 79 | + </objects> |
| 80 | + <point key="canvasLocation" x="136.80000000000001" y="133.5832083958021"/> |
| 81 | + </scene> |
| 82 | + <!--Image View Controller--> |
| 83 | + <scene sceneID="LK3-rQ-3xG"> |
| 84 | + <objects> |
| 85 | + <viewController storyboardIdentifier="ImageViewController" id="8wH-8l-QD4" customClass="ImageViewController" customModule="SampleApp" customModuleProvider="target" sceneMemberID="viewController"> |
| 86 | + <view key="view" contentMode="scaleToFill" id="eeA-fg-7NM"> |
| 87 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 88 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 89 | + <subviews> |
| 90 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="e3H-Tz-S4A"> |
| 91 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 92 | + <color key="backgroundColor" systemColor="systemGreenColor" red="0.20392156859999999" green="0.78039215689999997" blue="0.34901960780000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 93 | + </imageView> |
| 94 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="3eF-Jl-gH5" userLabel="New Image View"> |
| 95 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 96 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 97 | + </imageView> |
| 98 | + </subviews> |
| 99 | + <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 100 | + <constraints> |
| 101 | + <constraint firstItem="e3H-Tz-S4A" firstAttribute="centerX" secondItem="dSa-tL-MSr" secondAttribute="centerX" id="0AD-Ov-JO2"/> |
| 102 | + <constraint firstItem="e3H-Tz-S4A" firstAttribute="height" secondItem="eeA-fg-7NM" secondAttribute="height" id="5QI-iw-F3S"/> |
| 103 | + <constraint firstItem="e3H-Tz-S4A" firstAttribute="width" secondItem="eeA-fg-7NM" secondAttribute="width" id="6B7-IZ-VFG"/> |
| 104 | + <constraint firstItem="e3H-Tz-S4A" firstAttribute="centerY" secondItem="dSa-tL-MSr" secondAttribute="centerY" id="7hf-Gw-SBh"/> |
| 105 | + <constraint firstItem="3eF-Jl-gH5" firstAttribute="centerY" secondItem="e3H-Tz-S4A" secondAttribute="centerY" id="HyS-Ga-EbM"/> |
| 106 | + <constraint firstItem="3eF-Jl-gH5" firstAttribute="width" secondItem="e3H-Tz-S4A" secondAttribute="width" id="SCt-ve-ue0"/> |
| 107 | + <constraint firstItem="3eF-Jl-gH5" firstAttribute="centerX" secondItem="e3H-Tz-S4A" secondAttribute="centerX" id="hvG-NJ-7aj"/> |
| 108 | + <constraint firstItem="3eF-Jl-gH5" firstAttribute="height" secondItem="e3H-Tz-S4A" secondAttribute="height" id="zbD-nb-Oct"/> |
| 109 | + </constraints> |
| 110 | + <viewLayoutGuide key="safeArea" id="dSa-tL-MSr"/> |
| 111 | + </view> |
| 112 | + <connections> |
| 113 | + <outlet property="imageView" destination="e3H-Tz-S4A" id="nfs-Lv-36I"/> |
| 114 | + <outlet property="newImageView" destination="3eF-Jl-gH5" id="u83-QH-8fI"/> |
| 115 | + </connections> |
| 116 | + </viewController> |
| 117 | + <placeholder placeholderIdentifier="IBFirstResponder" id="g7J-1R-J4L" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 118 | + </objects> |
| 119 | + <point key="canvasLocation" x="888.79999999999995" y="133.5832083958021"/> |
| 120 | + </scene> |
| 121 | + </scenes> |
| 122 | +</document> |
0 commit comments