MineNavView.xib 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="20020"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MineNavView">
  13. <rect key="frame" x="0.0" y="0.0" width="414" height="87"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <subviews>
  16. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="o7c-br-wf5">
  17. <rect key="frame" x="364" y="47" width="40" height="40"/>
  18. <constraints>
  19. <constraint firstAttribute="height" constant="40" id="He1-cX-k8M"/>
  20. <constraint firstAttribute="width" constant="40" id="S21-d9-pEr"/>
  21. </constraints>
  22. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  23. <state key="normal" image="mine_setting"/>
  24. <connections>
  25. <action selector="buttonAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="h9L-Z3-X9x"/>
  26. </connections>
  27. </button>
  28. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EJV-LH-t1s">
  29. <rect key="frame" x="319" y="47" width="40" height="40"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="40" id="deq-GW-hFW"/>
  32. <constraint firstAttribute="width" constant="40" id="hPx-qs-89D"/>
  33. </constraints>
  34. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  35. <state key="normal" image="mine_scan"/>
  36. <connections>
  37. <action selector="scanAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Ta1-5B-OCv"/>
  38. </connections>
  39. </button>
  40. </subviews>
  41. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <constraints>
  43. <constraint firstAttribute="trailing" secondItem="o7c-br-wf5" secondAttribute="trailing" constant="10" id="Kng-m2-QZf"/>
  44. <constraint firstItem="o7c-br-wf5" firstAttribute="centerY" secondItem="EJV-LH-t1s" secondAttribute="centerY" id="Oo2-s1-fZ6"/>
  45. <constraint firstAttribute="bottom" secondItem="o7c-br-wf5" secondAttribute="bottom" id="UkV-jH-fS0"/>
  46. <constraint firstItem="o7c-br-wf5" firstAttribute="leading" secondItem="EJV-LH-t1s" secondAttribute="trailing" constant="5" id="oxR-ny-WsN"/>
  47. </constraints>
  48. <nil key="simulatedTopBarMetrics"/>
  49. <nil key="simulatedBottomBarMetrics"/>
  50. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  51. <point key="canvasLocation" x="131.8840579710145" y="-96.763392857142847"/>
  52. </view>
  53. </objects>
  54. <resources>
  55. <image name="mine_scan" width="21" height="21"/>
  56. <image name="mine_setting" width="21" height="20"/>
  57. </resources>
  58. </document>