ERP_Mobile_Contact.storyboard 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24405"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--Contact List-->
  11. <scene sceneID="hHO-Dm-MSy">
  12. <objects>
  13. <viewController storyboardIdentifier="ContactListViewController" title="Contact List" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nYA-mr-Jr1" customClass="ContactListViewController" sceneMemberID="viewController">
  14. <view key="view" contentMode="scaleToFill" id="kOx-jb-UtN">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Or5-ax-ZZ1">
  19. <rect key="frame" x="0.0" y="20" width="768" height="44"/>
  20. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  21. <items>
  22. <barButtonItem title="Advance Search" id="dCF-0m-esY">
  23. <color key="tintColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <connections>
  25. <action selector="onASearch:" destination="nYA-mr-Jr1" id="PdK-4l-3es"/>
  26. </connections>
  27. </barButtonItem>
  28. <barButtonItem style="plain" systemItem="flexibleSpace" id="Kh1-HL-uSg"/>
  29. <barButtonItem style="plain" id="3JX-S8-pQQ">
  30. <searchBar key="customView" contentMode="redraw" misplaced="YES" searchBarStyle="minimal" placeholder="..." id="LlH-OI-NKM">
  31. <rect key="frame" x="195" y="-10" width="381" height="64"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="44" id="FixHeight-Force44"/>
  35. </constraints>
  36. <textInputTraits key="textInputTraits"/>
  37. <connections>
  38. <outlet property="delegate" destination="nYA-mr-Jr1" id="Doh-w2-K79"/>
  39. </connections>
  40. </searchBar>
  41. </barButtonItem>
  42. <barButtonItem width="42" style="plain" systemItem="fixedSpace" id="Tff-3j-POA"/>
  43. <barButtonItem enabled="NO" id="6yA-4j-4Jw"/>
  44. <barButtonItem image="newcustomer" id="0ZI-ZH-e6C">
  45. <color key="tintColor" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  46. <connections>
  47. <action selector="onNewCustomerClick:" destination="nYA-mr-Jr1" id="Otk-ul-0n9"/>
  48. </connections>
  49. </barButtonItem>
  50. </items>
  51. <color key="barTintColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  52. </toolbar>
  53. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="OI6-ri-aSh">
  54. <rect key="frame" x="0.0" y="64" width="768" height="960"/>
  55. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  56. <prototypes>
  57. <tableViewCell contentMode="scaleToFill" restorationIdentifier="ContactListTableViewCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="ContactListTableViewCell" rowHeight="128" id="pFg-rL-ZNB" customClass="ContactListTableViewCell">
  58. <rect key="frame" x="0.0" y="50.5" width="768" height="128"/>
  59. <autoresizingMask key="autoresizingMask"/>
  60. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="pFg-rL-ZNB" id="jCC-Zz-5qn">
  61. <rect key="frame" x="0.0" y="0.0" width="768" height="128"/>
  62. <autoresizingMask key="autoresizingMask"/>
  63. <subviews>
  64. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rbC-eK-4jR">
  65. <rect key="frame" x="713" y="44" width="40" height="40"/>
  66. <state key="normal" image="assign"/>
  67. <connections>
  68. <action selector="onAssignClick:" destination="nYA-mr-Jr1" eventType="touchUpInside" id="X4j-pZ-Ka0"/>
  69. </connections>
  70. </button>
  71. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eXp-57-X7v" customClass="RTLabel">
  72. <rect key="frame" x="15" y="15" width="690" height="98"/>
  73. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  74. </view>
  75. </subviews>
  76. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  77. <constraints>
  78. <constraint firstAttribute="bottom" secondItem="eXp-57-X7v" secondAttribute="bottom" constant="15" id="6t6-5O-KZc"/>
  79. <constraint firstItem="eXp-57-X7v" firstAttribute="leading" secondItem="jCC-Zz-5qn" secondAttribute="leading" constant="15" id="BRe-o2-qnB"/>
  80. <constraint firstItem="rbC-eK-4jR" firstAttribute="centerY" secondItem="jCC-Zz-5qn" secondAttribute="centerY" id="GVV-JQ-zCN"/>
  81. <constraint firstItem="rbC-eK-4jR" firstAttribute="leading" secondItem="eXp-57-X7v" secondAttribute="trailing" constant="8" id="TNW-Ig-cpU"/>
  82. <constraint firstAttribute="trailing" secondItem="rbC-eK-4jR" secondAttribute="trailing" constant="15" id="eEj-tJ-LWS"/>
  83. <constraint firstItem="eXp-57-X7v" firstAttribute="top" secondItem="jCC-Zz-5qn" secondAttribute="top" constant="15" id="yfD-D0-j46"/>
  84. </constraints>
  85. </tableViewCellContentView>
  86. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  87. <connections>
  88. <outlet property="btn_assign" destination="rbC-eK-4jR" id="y8X-Ae-GiX"/>
  89. <outlet property="rtlabel" destination="eXp-57-X7v" id="sS1-Zt-pkC"/>
  90. </connections>
  91. </tableViewCell>
  92. </prototypes>
  93. <connections>
  94. <outlet property="dataSource" destination="nYA-mr-Jr1" id="lfX-RI-sa2"/>
  95. <outlet property="delegate" destination="nYA-mr-Jr1" id="QGH-3e-Mc0"/>
  96. </connections>
  97. </tableView>
  98. <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="2zZ-CD-G37">
  99. <rect key="frame" x="365.5" y="493.5" width="37" height="37"/>
  100. <color key="color" red="0.59999999999999998" green="0.40000000000000002" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  101. </activityIndicatorView>
  102. <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">
  103. <rect key="frame" x="263.5" y="489.5" width="241.5" height="45.5"/>
  104. <fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="19"/>
  105. <color key="textColor" red="0.33333333329999998" green="0.33333333329999998" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  106. <nil key="highlightedColor"/>
  107. </label>
  108. </subviews>
  109. <viewLayoutGuide key="safeArea" id="PMy-fH-koM"/>
  110. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  111. <constraints>
  112. <constraint firstItem="PMy-fH-koM" firstAttribute="bottom" secondItem="OI6-ri-aSh" secondAttribute="bottom" id="3oX-iM-Ks6"/>
  113. <constraint firstItem="2zZ-CD-G37" firstAttribute="centerX" secondItem="PMy-fH-koM" secondAttribute="centerX" id="AY5-ce-YHc"/>
  114. <constraint firstItem="OI6-ri-aSh" firstAttribute="leading" secondItem="PMy-fH-koM" secondAttribute="leading" id="FCf-Vc-4wr"/>
  115. <constraint firstItem="Or5-ax-ZZ1" firstAttribute="leading" secondItem="PMy-fH-koM" secondAttribute="leading" id="IAa-LV-nV4"/>
  116. <constraint firstItem="2zZ-CD-G37" firstAttribute="centerY" secondItem="kOx-jb-UtN" secondAttribute="centerY" id="SPc-JR-0z9"/>
  117. <constraint firstItem="Or5-ax-ZZ1" firstAttribute="trailing" secondItem="PMy-fH-koM" secondAttribute="trailing" id="aF0-GZ-ysg"/>
  118. <constraint firstItem="Or5-ax-ZZ1" firstAttribute="top" secondItem="PMy-fH-koM" secondAttribute="top" id="fWM-on-hS3"/>
  119. <constraint firstItem="R2e-04-QIL" firstAttribute="centerX" secondItem="PMy-fH-koM" secondAttribute="centerX" id="gyd-fk-gRV"/>
  120. <constraint firstItem="OI6-ri-aSh" firstAttribute="trailing" secondItem="PMy-fH-koM" secondAttribute="trailing" id="ko6-Or-s5k"/>
  121. <constraint firstItem="OI6-ri-aSh" firstAttribute="top" secondItem="Or5-ax-ZZ1" secondAttribute="bottom" symbolic="YES" id="p3c-j4-dSa"/>
  122. <constraint firstItem="R2e-04-QIL" firstAttribute="centerY" secondItem="kOx-jb-UtN" secondAttribute="centerY" id="xgD-hS-EhU"/>
  123. </constraints>
  124. </view>
  125. <connections>
  126. <outlet property="label_net_err" destination="R2e-04-QIL" id="F6l-LI-Mui"/>
  127. <outlet property="mum" destination="2zZ-CD-G37" id="qCb-6v-E7n"/>
  128. <outlet property="searchBar" destination="LlH-OI-NKM" id="lK3-g1-giU"/>
  129. <outlet property="table" destination="OI6-ri-aSh" id="P60-cj-7pE"/>
  130. <outlet property="toolbar" destination="Or5-ax-ZZ1" id="VY0-Xa-Q8P"/>
  131. </connections>
  132. </viewController>
  133. <placeholder placeholderIdentifier="IBFirstResponder" id="UUC-KF-pFb" userLabel="First Responder" sceneMemberID="firstResponder"/>
  134. </objects>
  135. <point key="canvasLocation" x="196.09375" y="1502.34375"/>
  136. </scene>
  137. </scenes>
  138. <resources>
  139. <image name="assign" width="40" height="40"/>
  140. <image name="newcustomer" width="40" height="40"/>
  141. </resources>
  142. </document>