SearchAddressController.xib 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7531" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7520"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SearchAddressController">
  9. <connections>
  10. <outlet property="tableView" destination="qEz-cQ-28F" id="fWC-kM-pgb"/>
  11. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  12. </connections>
  13. </placeholder>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="qEz-cQ-28F">
  20. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  23. </tableView>
  24. </subviews>
  25. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  26. <nil key="simulatedStatusBarMetrics"/>
  27. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  28. <point key="canvasLocation" x="209" y="316"/>
  29. </view>
  30. </objects>
  31. <simulatedMetricsContainer key="defaultSimulatedMetrics">
  32. <simulatedStatusBarMetrics key="statusBar"/>
  33. <simulatedOrientationMetrics key="orientation"/>
  34. <simulatedScreenMetrics key="destination" type="retina4"/>
  35. </simulatedMetricsContainer>
  36. </document>