| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16D30" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12120"/>
- <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="CoinView">
- <rect key="frame" x="0.0" y="0.0" width="381" height="54"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="F6T-0L-RJB" customClass="GameRechargeView">
- <rect key="frame" x="10" y="14" width="120" height="26"/>
- <color key="backgroundColor" red="1" green="0.74148298869999996" blue="0.15033663729999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="width" constant="120" id="gfd-4m-2V3"/>
- <constraint firstAttribute="height" constant="26" id="to3-QV-u2E"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="F6T-0L-RJB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="10" id="L8u-dW-Tv7"/>
- <constraint firstItem="F6T-0L-RJB" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="Lq7-hb-PfJ"/>
- </constraints>
- <nil key="simulatedStatusBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="gameRechargeView" destination="F6T-0L-RJB" id="9yf-8y-jRL"/>
- <outlet property="gameRechargeWidth" destination="gfd-4m-2V3" id="FeB-CN-B1Z"/>
- </connections>
- <point key="canvasLocation" x="-37.5" y="291"/>
- </view>
- </objects>
- </document>
|