You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

61 lines
4.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Web Links View Controller-->
<scene sceneID="TEI-cp-8EX">
<objects>
<viewController storyboardIdentifier="WebLinksViewController" id="Gs8-MK-kOk" customClass="WebLinksViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="gWm-PL-UoZ"/>
<viewControllerLayoutGuide type="bottom" id="H3O-SE-EUG"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="kYe-Gd-MEg">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="P0T-t1-hQc">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</webView>
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="dph-jS-4Zm">
<rect key="frame" x="177.5" y="323.5" width="20" height="20"/>
</activityIndicatorView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="P0T-t1-hQc" firstAttribute="top" secondItem="gWm-PL-UoZ" secondAttribute="bottom" id="CzQ-rY-uNV"/>
<constraint firstItem="H3O-SE-EUG" firstAttribute="top" secondItem="P0T-t1-hQc" secondAttribute="bottom" id="MXh-Oi-WAL"/>
<constraint firstItem="P0T-t1-hQc" firstAttribute="leading" secondItem="kYe-Gd-MEg" secondAttribute="leading" id="YP3-JJ-ofo"/>
<constraint firstItem="dph-jS-4Zm" firstAttribute="centerX" secondItem="kYe-Gd-MEg" secondAttribute="centerX" id="mmh-36-fTN"/>
<constraint firstItem="dph-jS-4Zm" firstAttribute="centerY" secondItem="kYe-Gd-MEg" secondAttribute="centerY" id="nDY-hR-4wj"/>
<constraint firstAttribute="trailing" secondItem="P0T-t1-hQc" secondAttribute="trailing" id="vc5-MO-xJb"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="8DC-jg-AK9">
<barButtonItem key="leftBarButtonItem" image="ic_cancel" id="aBF-bq-aQB">
<color key="tintColor" name="ThemeBlack"/>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="backBtn" destination="aBF-bq-aQB" id="oDR-xp-kvQ"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Voq-Um-Zj5" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-145" y="-19"/>
</scene>
</scenes>
<resources>
<image name="ic_cancel" width="12" height="12"/>
<namedColor name="ThemeBlack">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</namedColor>
</resources>
</document>