ERP_Mobile_Contact.storyboard 14 KB

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