Created
February 23, 2016 01:29
-
-
Save anonymous/ce41befae57f0ebe87d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9060" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> | |
<dependencies> | |
<deployment identifier="iOS"/> | |
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/> | |
</dependencies> | |
<objects> | |
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> | |
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | |
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="JJWParallaxHeaderViewWithVisualEffect"> | |
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
<subviews> | |
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="HeaderImage.jpg" translatesAutoresizingMaskIntoConstraints="NO" id="Ljh-Hh-RKf"> | |
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | |
<animations/> | |
</imageView> | |
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SVU-3t-Nf4" customClass="UIVisualEffectView"> | |
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | |
<animations/> | |
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | |
</view> | |
</subviews> | |
<animations/> | |
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> | |
<constraints> | |
<constraint firstAttribute="bottom" secondItem="Ljh-Hh-RKf" secondAttribute="bottom" id="1zb-qW-raN"/> | |
<constraint firstItem="Ljh-Hh-RKf" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="K9T-WB-1GU"/> | |
<constraint firstAttribute="bottom" secondItem="SVU-3t-Nf4" secondAttribute="bottom" id="M8i-Vw-xVn"/> | |
<constraint firstItem="SVU-3t-Nf4" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="PWf-bu-Mig"/> | |
<constraint firstAttribute="trailing" secondItem="Ljh-Hh-RKf" secondAttribute="trailing" id="Ysh-kC-4vZ"/> | |
<constraint firstItem="Ljh-Hh-RKf" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="h7n-cu-7H7"/> | |
<constraint firstAttribute="trailing" secondItem="SVU-3t-Nf4" secondAttribute="trailing" id="kTf-uM-Ywm"/> | |
<constraint firstItem="SVU-3t-Nf4" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="q2O-zo-cH9"/> | |
</constraints> | |
<connections> | |
<outlet property="imageView" destination="Ljh-Hh-RKf" id="Hv9-Xt-u24"/> | |
<outlet property="visualEffectView" destination="SVU-3t-Nf4" id="olP-K8-pte"/> | |
</connections> | |
</view> | |
</objects> | |
<resources> | |
<image name="HeaderImage.jpg" width="900" height="675"/> | |
</resources> | |
</document> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment