AddressListViewController.xib 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
  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. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AddressListViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="addBtn" destination="QJC-sO-4pv" id="kOE-vg-rom"/>
  14. <outlet property="tableView" destination="poe-NE-g0y" id="p0d-ut-8Pp"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="poe-NE-g0y">
  24. <rect key="frame" x="0.0" y="0.0" width="414" height="742"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  26. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  27. <viewLayoutGuide key="safeArea" id="eNr-JF-0j8"/>
  28. </tableView>
  29. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QJC-sO-4pv">
  30. <rect key="frame" x="131" y="823" width="152" height="30"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  32. <color key="backgroundColor" systemColor="linkColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <viewLayoutGuide key="safeArea" id="c52-TZ-ydU"/>
  34. <state key="normal" title="新增地址">
  35. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. </state>
  37. <connections>
  38. <action selector="addBtnTouch:" destination="-1" eventType="touchUpInside" id="9dl-L0-avt"/>
  39. </connections>
  40. </button>
  41. </subviews>
  42. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  44. <point key="canvasLocation" x="131.8840579710145" y="87.723214285714278"/>
  45. </view>
  46. </objects>
  47. </document>