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

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