NYComplaintListViewController.xib 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina5_9" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="NYComplaintListViewController">
  13. <connections>
  14. <outlet property="addcomp_button" destination="GOn-zx-25r" id="H28-En-TEG"/>
  15. <outlet property="tableView" destination="KA0-fA-YWv" id="6yx-LG-BYt"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="KA0-fA-YWv">
  25. <rect key="frame" x="0.0" y="50" width="375" height="728"/>
  26. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  27. <connections>
  28. <outlet property="dataSource" destination="-1" id="pBC-VD-Gii"/>
  29. <outlet property="delegate" destination="-1" id="pga-XO-iL6"/>
  30. </connections>
  31. </tableView>
  32. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GOn-zx-25r">
  33. <rect key="frame" x="301" y="604" width="74" height="74"/>
  34. <constraints>
  35. <constraint firstAttribute="width" constant="74" id="Foc-g2-37O"/>
  36. <constraint firstAttribute="height" constant="74" id="JEw-gg-4rw"/>
  37. </constraints>
  38. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  39. <state key="normal" image="comp_add_button"/>
  40. <connections>
  41. <action selector="pushAddCompdo:" destination="-1" eventType="touchUpInside" id="hw4-Bl-8m9"/>
  42. </connections>
  43. </button>
  44. </subviews>
  45. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  46. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  47. <constraints>
  48. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="KA0-fA-YWv" secondAttribute="bottom" id="5J0-LH-9CL"/>
  49. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="KA0-fA-YWv" secondAttribute="trailing" id="F0n-gq-mes"/>
  50. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="GOn-zx-25r" secondAttribute="trailing" id="Iue-Gb-ZH1"/>
  51. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="GOn-zx-25r" secondAttribute="bottom" constant="100" id="a7Y-0L-kmE"/>
  52. <constraint firstItem="KA0-fA-YWv" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="bIJ-AV-kp9"/>
  53. <constraint firstItem="KA0-fA-YWv" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="e7c-1f-dkg"/>
  54. </constraints>
  55. <point key="canvasLocation" x="73" y="-12"/>
  56. </view>
  57. </objects>
  58. <resources>
  59. <image name="comp_add_button" width="74" height="74"/>
  60. <systemColor name="systemBackgroundColor">
  61. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  62. </systemColor>
  63. </resources>
  64. </document>