123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
- <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="NYFailSpecialExerciseDetailsCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="224"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="375" height="224"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pGB-Ib-orj">
- <rect key="frame" x="0.0" y="0.0" width="375" height="224"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nQV-y2-0ZW" userLabel="View-ct">
- <rect key="frame" x="15" y="5" width="345" height="214"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="fAh-LT-a9N">
- <rect key="frame" x="0.0" y="0.0" width="345" height="214"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="fAh-LT-a9N" secondAttribute="bottom" id="3kz-ag-x4E"/>
- <constraint firstItem="fAh-LT-a9N" firstAttribute="top" secondItem="nQV-y2-0ZW" secondAttribute="top" id="IDf-Gx-0st"/>
- <constraint firstItem="fAh-LT-a9N" firstAttribute="leading" secondItem="nQV-y2-0ZW" secondAttribute="leading" id="dfu-Nt-PEi"/>
- <constraint firstAttribute="trailing" secondItem="fAh-LT-a9N" secondAttribute="trailing" id="nnR-3I-JhW"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.94901960784313721" green="0.97254901960784312" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="nQV-y2-0ZW" firstAttribute="top" secondItem="pGB-Ib-orj" secondAttribute="top" constant="5" id="6Og-Ro-HY4"/>
- <constraint firstAttribute="bottom" secondItem="nQV-y2-0ZW" secondAttribute="bottom" constant="5" id="XSV-du-uNK"/>
- <constraint firstAttribute="trailing" secondItem="nQV-y2-0ZW" secondAttribute="trailing" constant="15" id="awz-af-wyW"/>
- <constraint firstItem="nQV-y2-0ZW" firstAttribute="leading" secondItem="pGB-Ib-orj" secondAttribute="leading" constant="15" id="fCg-Da-93S"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="pGB-Ib-orj" secondAttribute="trailing" id="2hQ-LL-Wzz"/>
- <constraint firstAttribute="bottom" secondItem="pGB-Ib-orj" secondAttribute="bottom" id="MEM-dP-vOQ"/>
- <constraint firstItem="pGB-Ib-orj" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="OYN-EK-uQR"/>
- <constraint firstItem="pGB-Ib-orj" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="ReY-LX-UUa"/>
- </constraints>
- <point key="canvasLocation" x="40" y="-12"/>
- </collectionViewCell>
- </objects>
- </document>
|