| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="24412" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24405"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--Contact List-->
- <scene sceneID="hHO-Dm-MSy">
- <objects>
- <viewController storyboardIdentifier="ContactListViewController" title="Contact List" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nYA-mr-Jr1" customClass="ContactListViewController" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="kOx-jb-UtN">
- <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Or5-ax-ZZ1">
- <rect key="frame" x="0.0" y="20" width="768" height="44"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <items>
- <barButtonItem title="Advance Search" id="dCF-0m-esY">
- <color key="tintColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <action selector="onASearch:" destination="nYA-mr-Jr1" id="PdK-4l-3es"/>
- </connections>
- </barButtonItem>
- <barButtonItem style="plain" systemItem="flexibleSpace" id="Kh1-HL-uSg"/>
- <barButtonItem style="plain" id="3JX-S8-pQQ">
- <searchBar key="customView" contentMode="redraw" misplaced="YES" searchBarStyle="minimal" placeholder="..." id="LlH-OI-NKM">
- <rect key="frame" x="195" y="-10" width="381" height="64"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="FixHeight-Force44"/>
- </constraints>
- <textInputTraits key="textInputTraits"/>
- <connections>
- <outlet property="delegate" destination="nYA-mr-Jr1" id="Doh-w2-K79"/>
- </connections>
- </searchBar>
- </barButtonItem>
- <barButtonItem width="42" style="plain" systemItem="fixedSpace" id="Tff-3j-POA"/>
- <barButtonItem enabled="NO" id="6yA-4j-4Jw"/>
- <barButtonItem image="newcustomer" id="0ZI-ZH-e6C">
- <color key="tintColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <action selector="onNewCustomerClick:" destination="nYA-mr-Jr1" id="Otk-ul-0n9"/>
- </connections>
- </barButtonItem>
- </items>
- <color key="barTintColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </toolbar>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="OI6-ri-aSh">
- <rect key="frame" x="0.0" y="64" width="768" height="960"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <prototypes>
- <tableViewCell contentMode="scaleToFill" restorationIdentifier="ContactListTableViewCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="ContactListTableViewCell" rowHeight="128" id="pFg-rL-ZNB" customClass="ContactListTableViewCell">
- <rect key="frame" x="0.0" y="50.5" width="768" height="128"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="pFg-rL-ZNB" id="jCC-Zz-5qn">
- <rect key="frame" x="0.0" y="0.0" width="768" height="128"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rbC-eK-4jR">
- <rect key="frame" x="713" y="44" width="40" height="40"/>
- <state key="normal" image="assign"/>
- <connections>
- <action selector="onAssignClick:" destination="nYA-mr-Jr1" eventType="touchUpInside" id="X4j-pZ-Ka0"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eXp-57-X7v" customClass="RTLabel">
- <rect key="frame" x="15" y="15" width="690" height="98"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="eXp-57-X7v" secondAttribute="bottom" constant="15" id="6t6-5O-KZc"/>
- <constraint firstItem="eXp-57-X7v" firstAttribute="leading" secondItem="jCC-Zz-5qn" secondAttribute="leading" constant="15" id="BRe-o2-qnB"/>
- <constraint firstItem="rbC-eK-4jR" firstAttribute="centerY" secondItem="jCC-Zz-5qn" secondAttribute="centerY" id="GVV-JQ-zCN"/>
- <constraint firstItem="rbC-eK-4jR" firstAttribute="leading" secondItem="eXp-57-X7v" secondAttribute="trailing" constant="8" id="TNW-Ig-cpU"/>
- <constraint firstAttribute="trailing" secondItem="rbC-eK-4jR" secondAttribute="trailing" constant="15" id="eEj-tJ-LWS"/>
- <constraint firstItem="eXp-57-X7v" firstAttribute="top" secondItem="jCC-Zz-5qn" secondAttribute="top" constant="15" id="yfD-D0-j46"/>
- </constraints>
- </tableViewCellContentView>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <outlet property="btn_assign" destination="rbC-eK-4jR" id="y8X-Ae-GiX"/>
- <outlet property="rtlabel" destination="eXp-57-X7v" id="sS1-Zt-pkC"/>
- </connections>
- </tableViewCell>
- </prototypes>
- <connections>
- <outlet property="dataSource" destination="nYA-mr-Jr1" id="lfX-RI-sa2"/>
- <outlet property="delegate" destination="nYA-mr-Jr1" id="QGH-3e-Mc0"/>
- </connections>
- </tableView>
- <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="2zZ-CD-G37">
- <rect key="frame" x="365.5" y="493.5" width="37" height="37"/>
- <color key="color" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </activityIndicatorView>
- <label hidden="YES" opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cannot get data from server.
Tap to try again." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R2e-04-QIL">
- <rect key="frame" x="263.5" y="489.5" width="241.5" height="45.5"/>
- <fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="19"/>
- <color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <viewLayoutGuide key="safeArea" id="PMy-fH-koM"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="PMy-fH-koM" firstAttribute="bottom" secondItem="OI6-ri-aSh" secondAttribute="bottom" id="3oX-iM-Ks6"/>
- <constraint firstItem="2zZ-CD-G37" firstAttribute="centerX" secondItem="PMy-fH-koM" secondAttribute="centerX" id="AY5-ce-YHc"/>
- <constraint firstItem="OI6-ri-aSh" firstAttribute="leading" secondItem="PMy-fH-koM" secondAttribute="leading" id="FCf-Vc-4wr"/>
- <constraint firstItem="Or5-ax-ZZ1" firstAttribute="leading" secondItem="PMy-fH-koM" secondAttribute="leading" id="IAa-LV-nV4"/>
- <constraint firstItem="2zZ-CD-G37" firstAttribute="centerY" secondItem="kOx-jb-UtN" secondAttribute="centerY" id="SPc-JR-0z9"/>
- <constraint firstItem="Or5-ax-ZZ1" firstAttribute="trailing" secondItem="PMy-fH-koM" secondAttribute="trailing" id="aF0-GZ-ysg"/>
- <constraint firstItem="Or5-ax-ZZ1" firstAttribute="top" secondItem="PMy-fH-koM" secondAttribute="top" id="fWM-on-hS3"/>
- <constraint firstItem="R2e-04-QIL" firstAttribute="centerX" secondItem="PMy-fH-koM" secondAttribute="centerX" id="gyd-fk-gRV"/>
- <constraint firstItem="OI6-ri-aSh" firstAttribute="trailing" secondItem="PMy-fH-koM" secondAttribute="trailing" id="ko6-Or-s5k"/>
- <constraint firstItem="OI6-ri-aSh" firstAttribute="top" secondItem="Or5-ax-ZZ1" secondAttribute="bottom" symbolic="YES" id="p3c-j4-dSa"/>
- <constraint firstItem="R2e-04-QIL" firstAttribute="centerY" secondItem="kOx-jb-UtN" secondAttribute="centerY" id="xgD-hS-EhU"/>
- </constraints>
- </view>
- <connections>
- <outlet property="label_net_err" destination="R2e-04-QIL" id="F6l-LI-Mui"/>
- <outlet property="mum" destination="2zZ-CD-G37" id="qCb-6v-E7n"/>
- <outlet property="searchBar" destination="LlH-OI-NKM" id="lK3-g1-giU"/>
- <outlet property="table" destination="OI6-ri-aSh" id="P60-cj-7pE"/>
- <outlet property="toolbar" destination="Or5-ax-ZZ1" id="VY0-Xa-Q8P"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="UUC-KF-pFb" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="196.09375" y="1502.34375"/>
- </scene>
- </scenes>
- <resources>
- <image name="assign" width="40" height="40"/>
- <image name="newcustomer" width="40" height="40"/>
- </resources>
- </document>
|