| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <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">
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="BetView">
- <rect key="frame" x="0.0" y="0.0" width="40" height="40"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XIF-WP-1H1">
- <constraints>
- <constraint firstAttribute="height" constant="38" id="Vbi-hO-J6p"/>
- <constraint firstAttribute="width" constant="38" id="nnD-yD-WJh"/>
- </constraints>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Ol-0a-Zra">
- <constraints>
- <constraint firstAttribute="height" constant="27" id="anf-QI-DEF"/>
- <constraint firstAttribute="width" constant="27" id="d3O-CX-5Dd"/>
- </constraints>
- <connections>
- <action selector="choseMoney:" destination="iN0-l3-epB" eventType="touchUpInside" id="FnL-zL-F1M"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="0Ol-0a-Zra" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="0Rl-3W-Py5"/>
- <constraint firstItem="XIF-WP-1H1" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="4JC-Yn-19p"/>
- <constraint firstItem="0Ol-0a-Zra" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="TMB-y7-FhM"/>
- <constraint firstItem="XIF-WP-1H1" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="oD8-b2-St2"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="betBtn" destination="0Ol-0a-Zra" id="HyQ-wh-vwb"/>
- <outlet property="breathImg" destination="XIF-WP-1H1" id="wMD-qX-R66"/>
- </connections>
- <point key="canvasLocation" x="46" y="99"/>
- </view>
- </objects>
- </document>
|