BetView.xib 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="BetView">
  12. <rect key="frame" x="0.0" y="0.0" width="40" height="40"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XIF-WP-1H1">
  16. <constraints>
  17. <constraint firstAttribute="height" constant="38" id="Vbi-hO-J6p"/>
  18. <constraint firstAttribute="width" constant="38" id="nnD-yD-WJh"/>
  19. </constraints>
  20. </imageView>
  21. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Ol-0a-Zra">
  22. <constraints>
  23. <constraint firstAttribute="height" constant="27" id="anf-QI-DEF"/>
  24. <constraint firstAttribute="width" constant="27" id="d3O-CX-5Dd"/>
  25. </constraints>
  26. <connections>
  27. <action selector="choseMoney:" destination="iN0-l3-epB" eventType="touchUpInside" id="FnL-zL-F1M"/>
  28. </connections>
  29. </button>
  30. </subviews>
  31. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  32. <constraints>
  33. <constraint firstItem="0Ol-0a-Zra" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="0Rl-3W-Py5"/>
  34. <constraint firstItem="XIF-WP-1H1" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="4JC-Yn-19p"/>
  35. <constraint firstItem="0Ol-0a-Zra" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="TMB-y7-FhM"/>
  36. <constraint firstItem="XIF-WP-1H1" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="oD8-b2-St2"/>
  37. </constraints>
  38. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  39. <connections>
  40. <outlet property="betBtn" destination="0Ol-0a-Zra" id="HyQ-wh-vwb"/>
  41. <outlet property="breathImg" destination="XIF-WP-1H1" id="wMD-qX-R66"/>
  42. </connections>
  43. <point key="canvasLocation" x="46" y="99"/>
  44. </view>
  45. </objects>
  46. </document>