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.

108 lines
10 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="HSb-ou-7T5">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--AllRecipients-->
  12. <scene sceneID="R60-Pu-Hpy">
  13. <objects>
  14. <viewController storyboardIdentifier="AllRecipientsViewController" title="AllRecipients" id="HSb-ou-7T5" customClass="AllRecipientsViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
  15. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="y1H-iV-BwG"/>
  17. <viewControllerLayoutGuide type="bottom" id="PYB-Kq-ghm"/>
  18. </layoutGuides>
  19. <view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
  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. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="mxF-LV-o9l">
  24. <rect key="frame" x="0.0" y="72" width="375" height="595"/>
  25. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  26. <prototypes>
  27. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="seeAll" rowHeight="82" id="EI1-cW-d8A" customClass="AllRecipientTableViewCell" customModule="JME_Remit" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="50" width="375" height="82"/>
  29. <autoresizingMask key="autoresizingMask"/>
  30. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="EI1-cW-d8A" id="n8x-Nv-thO">
  31. <rect key="frame" x="0.0" y="0.0" width="375" height="82"/>
  32. <autoresizingMask key="autoresizingMask"/>
  33. <subviews>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SM" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SPa-EW-HdM">
  35. <rect key="frame" x="16" y="11" width="60" height="60"/>
  36. <color key="backgroundColor" red="0.1803921568627451" green="0.53725490196078429" blue="1" alpha="0.23999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="60" id="UNc-Nx-g35"/>
  39. <constraint firstAttribute="width" constant="60" id="euY-DH-xnk"/>
  40. </constraints>
  41. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  42. <color key="textColor" red="0.1803921568627451" green="0.53725490196078429" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LKq-8f-mJ8">
  46. <rect key="frame" x="96" y="11" width="263" height="60"/>
  47. <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="15"/>
  48. <nil key="textColor"/>
  49. <nil key="highlightedColor"/>
  50. </label>
  51. </subviews>
  52. <constraints>
  53. <constraint firstItem="LKq-8f-mJ8" firstAttribute="trailing" secondItem="n8x-Nv-thO" secondAttribute="trailingMargin" id="02C-wZ-lko"/>
  54. <constraint firstItem="LKq-8f-mJ8" firstAttribute="leading" secondItem="SPa-EW-HdM" secondAttribute="trailing" constant="20" id="3cy-aR-jMU"/>
  55. <constraint firstAttribute="bottomMargin" secondItem="LKq-8f-mJ8" secondAttribute="bottom" id="MfN-cq-pRY"/>
  56. <constraint firstItem="SPa-EW-HdM" firstAttribute="top" secondItem="n8x-Nv-thO" secondAttribute="topMargin" id="QAn-Fa-1q4"/>
  57. <constraint firstItem="SPa-EW-HdM" firstAttribute="bottom" secondItem="n8x-Nv-thO" secondAttribute="bottomMargin" id="Y6g-rT-Rdh"/>
  58. <constraint firstItem="SPa-EW-HdM" firstAttribute="leading" secondItem="n8x-Nv-thO" secondAttribute="leadingMargin" id="ghp-gc-KpK"/>
  59. <constraint firstItem="LKq-8f-mJ8" firstAttribute="top" secondItem="n8x-Nv-thO" secondAttribute="topMargin" id="m9s-DS-IdH"/>
  60. </constraints>
  61. </tableViewCellContentView>
  62. <connections>
  63. <outlet property="logoLabel" destination="SPa-EW-HdM" id="2c7-Uo-tXy"/>
  64. <outlet property="usernameLabel" destination="LKq-8f-mJ8" id="so7-HF-lIG"/>
  65. </connections>
  66. </tableViewCell>
  67. </prototypes>
  68. <connections>
  69. <outlet property="dataSource" destination="HSb-ou-7T5" id="gV5-3A-MOK"/>
  70. <outlet property="delegate" destination="HSb-ou-7T5" id="fJF-is-fke"/>
  71. </connections>
  72. </tableView>
  73. <searchBar contentMode="redraw" searchBarStyle="minimal" translatesAutoresizingMaskIntoConstraints="NO" id="Cd3-aV-Vuf">
  74. <rect key="frame" x="0.0" y="16" width="375" height="56"/>
  75. <textInputTraits key="textInputTraits"/>
  76. <connections>
  77. <outlet property="delegate" destination="HSb-ou-7T5" id="3UA-gC-tTJ"/>
  78. </connections>
  79. </searchBar>
  80. </subviews>
  81. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  82. <constraints>
  83. <constraint firstItem="Cd3-aV-Vuf" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leading" id="9Ej-Ke-gyz"/>
  84. <constraint firstAttribute="trailing" secondItem="mxF-LV-o9l" secondAttribute="trailing" id="CLG-kb-bZ8"/>
  85. <constraint firstAttribute="trailing" secondItem="Cd3-aV-Vuf" secondAttribute="trailing" id="KaY-MU-Wrn"/>
  86. <constraint firstItem="PYB-Kq-ghm" firstAttribute="top" secondItem="mxF-LV-o9l" secondAttribute="bottom" id="Llp-56-obb"/>
  87. <constraint firstItem="mxF-LV-o9l" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leading" id="eCW-cx-8TC"/>
  88. <constraint firstItem="Cd3-aV-Vuf" firstAttribute="top" secondItem="y1H-iV-BwG" secondAttribute="bottom" constant="16" id="u5x-e3-bAp"/>
  89. <constraint firstItem="mxF-LV-o9l" firstAttribute="top" secondItem="Cd3-aV-Vuf" secondAttribute="bottom" id="zvY-CZ-ccl"/>
  90. </constraints>
  91. </view>
  92. <connections>
  93. <outlet property="searchBar" destination="Cd3-aV-Vuf" id="L5J-eK-ByH"/>
  94. <outlet property="tableView" destination="mxF-LV-o9l" id="ALO-JY-dFG"/>
  95. </connections>
  96. </viewController>
  97. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  98. </objects>
  99. <point key="canvasLocation" x="-92" y="232.53373313343329"/>
  100. </scene>
  101. </scenes>
  102. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  103. <resources>
  104. <systemColor name="systemBackgroundColor">
  105. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  106. </systemColor>
  107. </resources>
  108. </document>