| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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="12088"/>
- <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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RechargeWayCell">
- <rect key="frame" x="0.0" y="0.0" width="218" height="121"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="218" height="121"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="45.5" width="218" height="30"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="30" id="upz-g2-PfG"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="5qr-bz-iPl" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="ifZ-lq-uAg"/>
- <constraint firstAttribute="trailing" secondItem="5qr-bz-iPl" secondAttribute="trailing" id="ndm-Vq-bHX"/>
- <constraint firstItem="5qr-bz-iPl" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="oeF-Vc-fr3"/>
- </constraints>
- <size key="customSize" width="218" height="121"/>
- <connections>
- <outlet property="payWayLabel" destination="5qr-bz-iPl" id="3r2-ZZ-tC4"/>
- </connections>
- <point key="canvasLocation" x="109" y="16.5"/>
- </collectionViewCell>
- </objects>
- </document>
|