|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 9 | + </dependencies> |
| 10 | + <scenes> |
| 11 | + <!--Brightness View Controller--> |
| 12 | + <scene sceneID="c1B-7t-CTr"> |
| 13 | + <objects> |
| 14 | + <viewController storyboardIdentifier="brightnessViewController" id="uy1-xE-iLe" customClass="BrightnessViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 15 | + <view key="view" contentMode="scaleToFill" id="4Jy-bd-2Ao"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 18 | + <subviews> |
| 19 | + <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="AlG-Gr-6cY"> |
| 20 | + <rect key="frame" x="0.0" y="44" width="414" height="818"/> |
| 21 | + <subviews> |
| 22 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xoj-Wy-HEs"> |
| 23 | + <rect key="frame" x="0.0" y="0.0" width="414" height="690"/> |
| 24 | + </imageView> |
| 25 | + <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="3mI-zc-Nf4"> |
| 26 | + <rect key="frame" x="-2" y="700" width="418" height="65"/> |
| 27 | + <constraints> |
| 28 | + <constraint firstAttribute="height" constant="64" id="W9Z-ah-6ez"/> |
| 29 | + </constraints> |
| 30 | + <connections> |
| 31 | + <action selector="sliderValueChanged:" destination="uy1-xE-iLe" eventType="valueChanged" id="uWJ-Om-meK"/> |
| 32 | + </connections> |
| 33 | + </slider> |
| 34 | + <stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="BwS-ar-kTV"> |
| 35 | + <rect key="frame" x="0.0" y="774" width="414" height="44"/> |
| 36 | + <subviews> |
| 37 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IFy-2Y-4OM"> |
| 38 | + <rect key="frame" x="0.0" y="0.0" width="101" height="44"/> |
| 39 | + <constraints> |
| 40 | + <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="53" id="FTj-uO-CKq"/> |
| 41 | + </constraints> |
| 42 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 43 | + <color key="tintColor" red="1" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 44 | + <inset key="contentEdgeInsets" minX="10" minY="0.0" maxX="0.0" maxY="0.0"/> |
| 45 | + <state key="normal" title="Cancel"> |
| 46 | + <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 47 | + </state> |
| 48 | + <connections> |
| 49 | + <action selector="cancel:" destination="uy1-xE-iLe" eventType="touchUpInside" id="EVw-1E-pxR"/> |
| 50 | + </connections> |
| 51 | + </button> |
| 52 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LYk-87-uUE"> |
| 53 | + <rect key="frame" x="111" y="0.0" width="240" height="44"/> |
| 54 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 55 | + </view> |
| 56 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="egE-uW-K1q"> |
| 57 | + <rect key="frame" x="361" y="0.0" width="53" height="44"/> |
| 58 | + <constraints> |
| 59 | + <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="53" id="Bay-oh-sXZ"/> |
| 60 | + </constraints> |
| 61 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 62 | + <color key="tintColor" red="1" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 63 | + <inset key="contentEdgeInsets" minX="0.0" minY="0.0" maxX="10" maxY="0.0"/> |
| 64 | + <state key="normal" title="Done"/> |
| 65 | + <connections> |
| 66 | + <action selector="done:" destination="uy1-xE-iLe" eventType="touchUpInside" id="Y5v-RX-dgh"/> |
| 67 | + </connections> |
| 68 | + </button> |
| 69 | + </subviews> |
| 70 | + <constraints> |
| 71 | + <constraint firstAttribute="height" constant="44" id="Ald-u2-JqT"/> |
| 72 | + </constraints> |
| 73 | + </stackView> |
| 74 | + </subviews> |
| 75 | + </stackView> |
| 76 | + </subviews> |
| 77 | + <color key="backgroundColor" white="0.12" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 78 | + <constraints> |
| 79 | + <constraint firstItem="AlG-Gr-6cY" firstAttribute="top" secondItem="sGv-Ig-jBp" secondAttribute="top" id="LbP-L3-IdF"/> |
| 80 | + <constraint firstItem="sGv-Ig-jBp" firstAttribute="bottom" secondItem="AlG-Gr-6cY" secondAttribute="bottom" id="a35-7A-fOc"/> |
| 81 | + <constraint firstItem="sGv-Ig-jBp" firstAttribute="trailing" secondItem="AlG-Gr-6cY" secondAttribute="trailing" symbolic="YES" id="kjm-l6-Ik3"/> |
| 82 | + <constraint firstItem="AlG-Gr-6cY" firstAttribute="leading" secondItem="sGv-Ig-jBp" secondAttribute="leading" id="n9m-6v-EBP"/> |
| 83 | + </constraints> |
| 84 | + <viewLayoutGuide key="safeArea" id="sGv-Ig-jBp"/> |
| 85 | + </view> |
| 86 | + <connections> |
| 87 | + <outlet property="brightnessSlider" destination="3mI-zc-Nf4" id="tlV-Nj-FEN"/> |
| 88 | + <outlet property="imageView" destination="xoj-Wy-HEs" id="dXa-s3-C5T"/> |
| 89 | + </connections> |
| 90 | + </viewController> |
| 91 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Q24-RM-atn" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 92 | + </objects> |
| 93 | + <point key="canvasLocation" x="73.913043478260875" y="-76.339285714285708"/> |
| 94 | + </scene> |
| 95 | + </scenes> |
| 96 | +</document> |
0 commit comments