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

<?xml version="1.0" encoding="UTF-8"?>
<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">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--AllRecipients-->
<scene sceneID="R60-Pu-Hpy">
<objects>
<viewController storyboardIdentifier="AllRecipientsViewController" title="AllRecipients" id="HSb-ou-7T5" customClass="AllRecipientsViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y1H-iV-BwG"/>
<viewControllerLayoutGuide type="bottom" id="PYB-Kq-ghm"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<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">
<rect key="frame" x="0.0" y="72" width="375" height="595"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<prototypes>
<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">
<rect key="frame" x="0.0" y="50" width="375" height="82"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="EI1-cW-d8A" id="n8x-Nv-thO">
<rect key="frame" x="0.0" y="0.0" width="375" height="82"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<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">
<rect key="frame" x="16" y="11" width="60" height="60"/>
<color key="backgroundColor" red="0.1803921568627451" green="0.53725490196078429" blue="1" alpha="0.23999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="60" id="UNc-Nx-g35"/>
<constraint firstAttribute="width" constant="60" id="euY-DH-xnk"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.1803921568627451" green="0.53725490196078429" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<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">
<rect key="frame" x="96" y="11" width="263" height="60"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="15"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="LKq-8f-mJ8" firstAttribute="trailing" secondItem="n8x-Nv-thO" secondAttribute="trailingMargin" id="02C-wZ-lko"/>
<constraint firstItem="LKq-8f-mJ8" firstAttribute="leading" secondItem="SPa-EW-HdM" secondAttribute="trailing" constant="20" id="3cy-aR-jMU"/>
<constraint firstAttribute="bottomMargin" secondItem="LKq-8f-mJ8" secondAttribute="bottom" id="MfN-cq-pRY"/>
<constraint firstItem="SPa-EW-HdM" firstAttribute="top" secondItem="n8x-Nv-thO" secondAttribute="topMargin" id="QAn-Fa-1q4"/>
<constraint firstItem="SPa-EW-HdM" firstAttribute="bottom" secondItem="n8x-Nv-thO" secondAttribute="bottomMargin" id="Y6g-rT-Rdh"/>
<constraint firstItem="SPa-EW-HdM" firstAttribute="leading" secondItem="n8x-Nv-thO" secondAttribute="leadingMargin" id="ghp-gc-KpK"/>
<constraint firstItem="LKq-8f-mJ8" firstAttribute="top" secondItem="n8x-Nv-thO" secondAttribute="topMargin" id="m9s-DS-IdH"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="logoLabel" destination="SPa-EW-HdM" id="2c7-Uo-tXy"/>
<outlet property="usernameLabel" destination="LKq-8f-mJ8" id="so7-HF-lIG"/>
</connections>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="HSb-ou-7T5" id="gV5-3A-MOK"/>
<outlet property="delegate" destination="HSb-ou-7T5" id="fJF-is-fke"/>
</connections>
</tableView>
<searchBar contentMode="redraw" searchBarStyle="minimal" translatesAutoresizingMaskIntoConstraints="NO" id="Cd3-aV-Vuf">
<rect key="frame" x="0.0" y="16" width="375" height="56"/>
<textInputTraits key="textInputTraits"/>
<connections>
<outlet property="delegate" destination="HSb-ou-7T5" id="3UA-gC-tTJ"/>
</connections>
</searchBar>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="Cd3-aV-Vuf" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leading" id="9Ej-Ke-gyz"/>
<constraint firstAttribute="trailing" secondItem="mxF-LV-o9l" secondAttribute="trailing" id="CLG-kb-bZ8"/>
<constraint firstAttribute="trailing" secondItem="Cd3-aV-Vuf" secondAttribute="trailing" id="KaY-MU-Wrn"/>
<constraint firstItem="PYB-Kq-ghm" firstAttribute="top" secondItem="mxF-LV-o9l" secondAttribute="bottom" id="Llp-56-obb"/>
<constraint firstItem="mxF-LV-o9l" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leading" id="eCW-cx-8TC"/>
<constraint firstItem="Cd3-aV-Vuf" firstAttribute="top" secondItem="y1H-iV-BwG" secondAttribute="bottom" constant="16" id="u5x-e3-bAp"/>
<constraint firstItem="mxF-LV-o9l" firstAttribute="top" secondItem="Cd3-aV-Vuf" secondAttribute="bottom" id="zvY-CZ-ccl"/>
</constraints>
</view>
<connections>
<outlet property="searchBar" destination="Cd3-aV-Vuf" id="L5J-eK-ByH"/>
<outlet property="tableView" destination="mxF-LV-o9l" id="ALO-JY-dFG"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-92" y="232.53373313343329"/>
</scene>
</scenes>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>