|
1 |
| -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11106"/> |
| 7 | + <deployment identifier="iOS"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/> |
5 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
6 | 10 | </dependencies>
|
7 | 11 | <scenes>
|
8 | 12 | <!--View Controller-->
|
9 | 13 | <scene sceneID="tne-QT-ifu">
|
10 | 14 | <objects>
|
11 |
| - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 15 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="ImageScroller" customModuleProvider="target" sceneMemberID="viewController"> |
12 | 16 | <layoutGuides>
|
13 | 17 | <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
14 | 18 | <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
15 | 19 | </layoutGuides>
|
16 | 20 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
17 | 21 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
18 | 22 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
| 23 | + <subviews> |
| 24 | + <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="steve" translatesAutoresizingMaskIntoConstraints="NO" id="c1Z-YN-x07"> |
| 25 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 26 | + </imageView> |
| 27 | + <visualEffectView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qq4-74-0Vn"> |
| 28 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 29 | + <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="XNe-fG-Ogs"> |
| 30 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 31 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 32 | + </view> |
| 33 | + <blurEffect style="dark"/> |
| 34 | + </visualEffectView> |
| 35 | + <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" maximumZoomScale="3" translatesAutoresizingMaskIntoConstraints="NO" id="EtR-Gn-iSu"> |
| 36 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 37 | + <subviews> |
| 38 | + <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="steve" translatesAutoresizingMaskIntoConstraints="NO" id="IgF-Xp-yef"> |
| 39 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 40 | + </imageView> |
| 41 | + </subviews> |
| 42 | + <constraints> |
| 43 | + <constraint firstItem="IgF-Xp-yef" firstAttribute="centerY" secondItem="EtR-Gn-iSu" secondAttribute="centerY" id="AZR-jr-Zfo"/> |
| 44 | + <constraint firstItem="IgF-Xp-yef" firstAttribute="top" secondItem="EtR-Gn-iSu" secondAttribute="top" priority="750" id="Iyq-Gw-K0n"/> |
| 45 | + <constraint firstAttribute="trailing" secondItem="IgF-Xp-yef" secondAttribute="trailing" priority="750" id="RrQ-Uc-vcq"/> |
| 46 | + <constraint firstItem="IgF-Xp-yef" firstAttribute="centerX" secondItem="EtR-Gn-iSu" secondAttribute="centerX" id="hHY-HM-B14"/> |
| 47 | + <constraint firstAttribute="bottom" secondItem="IgF-Xp-yef" secondAttribute="bottom" priority="750" id="lox-j4-Rbk"/> |
| 48 | + <constraint firstItem="IgF-Xp-yef" firstAttribute="leading" secondItem="EtR-Gn-iSu" secondAttribute="leading" priority="750" id="ykR-xb-tA2"/> |
| 49 | + </constraints> |
| 50 | + <connections> |
| 51 | + <outlet property="delegate" destination="BYZ-38-t0r" id="PyT-nD-z33"/> |
| 52 | + </connections> |
| 53 | + </scrollView> |
| 54 | + </subviews> |
19 | 55 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
| 56 | + <constraints> |
| 57 | + <constraint firstItem="Qq4-74-0Vn" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="5o1-DN-Jbs"/> |
| 58 | + <constraint firstAttribute="trailing" secondItem="c1Z-YN-x07" secondAttribute="trailing" id="EFk-u0-WVs"/> |
| 59 | + <constraint firstAttribute="trailing" secondItem="Qq4-74-0Vn" secondAttribute="trailing" id="FEJ-3G-gLe"/> |
| 60 | + <constraint firstItem="c1Z-YN-x07" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="HL8-dc-NT2"/> |
| 61 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="EtR-Gn-iSu" secondAttribute="bottom" id="N5Y-Uc-Swf"/> |
| 62 | + <constraint firstAttribute="trailing" secondItem="EtR-Gn-iSu" secondAttribute="trailing" id="Pmr-Jt-ngx"/> |
| 63 | + <constraint firstItem="Qq4-74-0Vn" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="QCe-1G-AMW"/> |
| 64 | + <constraint firstItem="c1Z-YN-x07" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="Sa0-8U-dId"/> |
| 65 | + <constraint firstItem="EtR-Gn-iSu" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="Vlb-vo-g6i"/> |
| 66 | + <constraint firstItem="EtR-Gn-iSu" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="YDw-HI-hZw"/> |
| 67 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="c1Z-YN-x07" secondAttribute="bottom" id="bbo-OC-ClB"/> |
| 68 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="Qq4-74-0Vn" secondAttribute="bottom" id="pje-PL-8yq"/> |
| 69 | + </constraints> |
20 | 70 | </view>
|
| 71 | + <connections> |
| 72 | + <outlet property="imageView" destination="IgF-Xp-yef" id="5gx-Ov-3l2"/> |
| 73 | + <outlet property="scrollView" destination="EtR-Gn-iSu" id="Cej-ne-dLT"/> |
| 74 | + </connections> |
21 | 75 | </viewController>
|
22 | 76 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
23 | 77 | </objects>
|
| 78 | + <point key="canvasLocation" x="154" y="125"/> |
24 | 79 | </scene>
|
25 | 80 | </scenes>
|
| 81 | + <resources> |
| 82 | + <image name="steve" width="320" height="320"/> |
| 83 | + </resources> |
26 | 84 | </document>
|
0 commit comments