MOGiftNumView.xib 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  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="MOGiftNumView">
  13. <rect key="frame" x="0.0" y="0.0" width="40" height="40"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="oM7-Pe-beA">
  17. <rect key="frame" x="0.0" y="0.0" width="40" height="40"/>
  18. </imageView>
  19. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="-2" translatesAutoresizingMaskIntoConstraints="NO" id="C1i-Ha-6Ey">
  20. <rect key="frame" x="29" y="29" width="10" height="10"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="10" id="OcE-nP-W9E"/>
  23. <constraint firstAttribute="width" constant="10" id="YFl-vK-mRm"/>
  24. </constraints>
  25. </stackView>
  26. </subviews>
  27. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. <constraints>
  29. <constraint firstAttribute="bottom" secondItem="C1i-Ha-6Ey" secondAttribute="bottom" constant="1" id="1Mh-aA-hwK"/>
  30. <constraint firstAttribute="trailing" secondItem="oM7-Pe-beA" secondAttribute="trailing" id="Nvp-vy-UdH"/>
  31. <constraint firstAttribute="trailing" secondItem="C1i-Ha-6Ey" secondAttribute="trailing" constant="1" id="Pc3-zi-Ylt"/>
  32. <constraint firstItem="oM7-Pe-beA" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="bCX-hn-Kln"/>
  33. <constraint firstItem="oM7-Pe-beA" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="iQO-BD-TTt"/>
  34. <constraint firstAttribute="bottom" secondItem="oM7-Pe-beA" secondAttribute="bottom" id="kdy-11-vl3"/>
  35. </constraints>
  36. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  37. <connections>
  38. <outlet property="giftImgView" destination="oM7-Pe-beA" id="ExC-2P-NKU"/>
  39. <outlet property="theStackView" destination="C1i-Ha-6Ey" id="hs5-jx-ycz"/>
  40. <outlet property="theStackViewWidth" destination="YFl-vK-mRm" id="evr-Ev-VQG"/>
  41. </connections>
  42. <point key="canvasLocation" x="-114.50381679389312" y="-287.32394366197184"/>
  43. </view>
  44. </objects>
  45. </document>