UphotCoinCell.xib 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" 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="21505"/>
  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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="UphotCoinCell">
  13. <rect key="frame" x="0.0" y="0.0" width="107" height="42"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  16. <rect key="frame" x="0.0" y="0.0" width="107" height="42"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="100" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ty7-s5-0zp">
  20. <rect key="frame" x="0.0" y="0.0" width="107" height="42"/>
  21. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  22. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. </subviews>
  26. </view>
  27. <constraints>
  28. <constraint firstAttribute="bottom" secondItem="Ty7-s5-0zp" secondAttribute="bottom" id="IAj-r7-RzP"/>
  29. <constraint firstItem="Ty7-s5-0zp" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="VNT-ge-0cE"/>
  30. <constraint firstItem="Ty7-s5-0zp" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="ZVV-2C-eGl"/>
  31. <constraint firstAttribute="trailing" secondItem="Ty7-s5-0zp" secondAttribute="trailing" id="uFj-5D-XXq"/>
  32. </constraints>
  33. <size key="customSize" width="107" height="42"/>
  34. <connections>
  35. <outlet property="coinLb" destination="Ty7-s5-0zp" id="qXi-dr-Ft5"/>
  36. </connections>
  37. <point key="canvasLocation" x="34.351145038167935" y="-14.084507042253522"/>
  38. </collectionViewCell>
  39. </objects>
  40. </document>