RechargeWayCell.xib 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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="12088"/>
  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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RechargeWayCell">
  15. <rect key="frame" x="0.0" y="0.0" width="218" height="121"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="218" height="121"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5qr-bz-iPl" customClass="EdgeInsetsLabel">
  22. <rect key="frame" x="0.0" y="45.5" width="218" height="30"/>
  23. <constraints>
  24. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="30" id="upz-g2-PfG"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. </subviews>
  31. </view>
  32. <constraints>
  33. <constraint firstItem="5qr-bz-iPl" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="ifZ-lq-uAg"/>
  34. <constraint firstAttribute="trailing" secondItem="5qr-bz-iPl" secondAttribute="trailing" id="ndm-Vq-bHX"/>
  35. <constraint firstItem="5qr-bz-iPl" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="oeF-Vc-fr3"/>
  36. </constraints>
  37. <size key="customSize" width="218" height="121"/>
  38. <connections>
  39. <outlet property="payWayLabel" destination="5qr-bz-iPl" id="3r2-ZZ-tC4"/>
  40. </connections>
  41. <point key="canvasLocation" x="109" y="16.5"/>
  42. </collectionViewCell>
  43. </objects>
  44. </document>