<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina6_1" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <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="HomeProblemTopCollectCell"> <rect key="frame" x="0.0" y="0.0" width="231" height="138"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> <rect key="frame" x="0.0" y="0.0" width="231" height="138"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <subviews> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_placeHolder" translatesAutoresizingMaskIntoConstraints="NO" id="4rc-NE-1Bd"> <rect key="frame" x="0.0" y="0.0" width="231" height="138"/> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius"> <integer key="value" value="3"/> </userDefinedRuntimeAttribute> <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/> </userDefinedRuntimeAttributes> </imageView> </subviews> </view> <constraints> <constraint firstAttribute="bottom" secondItem="4rc-NE-1Bd" secondAttribute="bottom" id="8mi-mR-P7G"/> <constraint firstItem="4rc-NE-1Bd" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="LLb-dB-dNx"/> <constraint firstAttribute="trailing" secondItem="4rc-NE-1Bd" secondAttribute="trailing" id="Rla-QN-kVk"/> <constraint firstItem="4rc-NE-1Bd" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vzp-6i-n4E"/> </constraints> <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/> <size key="customSize" width="231" height="138"/> <connections> <outlet property="imagV" destination="4rc-NE-1Bd" id="jl0-BQ-qYg"/> </connections> <point key="canvasLocation" x="268.84057971014494" y="179.46428571428569"/> </collectionViewCell> </objects> <resources> <image name="img_placeHolder" width="800" height="800"/> </resources> </document>