CoinView.xib 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12120"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CoinView">
  15. <rect key="frame" x="0.0" y="0.0" width="381" height="54"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="F6T-0L-RJB" customClass="GameRechargeView">
  19. <rect key="frame" x="10" y="14" width="120" height="26"/>
  20. <color key="backgroundColor" red="1" green="0.74148298869999996" blue="0.15033663729999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="120" id="gfd-4m-2V3"/>
  23. <constraint firstAttribute="height" constant="26" id="to3-QV-u2E"/>
  24. </constraints>
  25. </view>
  26. </subviews>
  27. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  28. <constraints>
  29. <constraint firstItem="F6T-0L-RJB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="10" id="L8u-dW-Tv7"/>
  30. <constraint firstItem="F6T-0L-RJB" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="Lq7-hb-PfJ"/>
  31. </constraints>
  32. <nil key="simulatedStatusBarMetrics"/>
  33. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  34. <connections>
  35. <outlet property="gameRechargeView" destination="F6T-0L-RJB" id="9yf-8y-jRL"/>
  36. <outlet property="gameRechargeWidth" destination="gfd-4m-2V3" id="FeB-CN-B1Z"/>
  37. </connections>
  38. <point key="canvasLocation" x="-37.5" y="291"/>
  39. </view>
  40. </objects>
  41. </document>