|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 9 | + </dependencies> |
| 10 | + <objects> |
| 11 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> |
| 12 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
| 13 | + <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Animal" rowHeight="59" id="KGk-i7-Jjw" customClass="AnimalTableViewCell" customModule="AnimalsApp" customModuleProvider="target"> |
| 14 | + <rect key="frame" x="0.0" y="0.0" width="302" height="59"/> |
| 15 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 16 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="302" height="59"/> |
| 18 | + <autoresizingMask key="autoresizingMask"/> |
| 19 | + <subviews> |
| 20 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="favorited" translatesAutoresizingMaskIntoConstraints="NO" id="lNA-6P-Vee"> |
| 21 | + <rect key="frame" x="10" y="5" width="50" height="50"/> |
| 22 | + <constraints> |
| 23 | + <constraint firstAttribute="height" constant="50" id="WD3-HZ-qNY"/> |
| 24 | + <constraint firstAttribute="width" constant="50" id="kcM-BZ-81T"/> |
| 25 | + </constraints> |
| 26 | + </imageView> |
| 27 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="687-rn-Ydp"> |
| 28 | + <rect key="frame" x="277" y="22.5" width="15" height="15"/> |
| 29 | + <constraints> |
| 30 | + <constraint firstAttribute="height" constant="15" id="7rZ-bg-lFP"/> |
| 31 | + <constraint firstAttribute="width" constant="15" id="i65-df-ED5"/> |
| 32 | + </constraints> |
| 33 | + <state key="normal" title="Button"/> |
| 34 | + <buttonConfiguration key="configuration" style="plain" image="addFavorite"/> |
| 35 | + </button> |
| 36 | + <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="fsl-xq-9yj"> |
| 37 | + <rect key="frame" x="70" y="11" width="57" height="38.5"/> |
| 38 | + <subviews> |
| 39 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Animal" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cyH-cm-d20"> |
| 40 | + <rect key="frame" x="0.0" y="0.0" width="57" height="18"/> |
| 41 | + <fontDescription key="fontDescription" type="system" pointSize="15"/> |
| 42 | + <nil key="textColor"/> |
| 43 | + <nil key="highlightedColor"/> |
| 44 | + </label> |
| 45 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Descrição" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mH9-v7-gy1"> |
| 46 | + <rect key="frame" x="0.0" y="24" width="57" height="14.5"/> |
| 47 | + <fontDescription key="fontDescription" type="system" pointSize="12"/> |
| 48 | + <nil key="textColor"/> |
| 49 | + <nil key="highlightedColor"/> |
| 50 | + </label> |
| 51 | + </subviews> |
| 52 | + </stackView> |
| 53 | + </subviews> |
| 54 | + <constraints> |
| 55 | + <constraint firstItem="lNA-6P-Vee" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="IB3-A5-MoG"/> |
| 56 | + <constraint firstItem="fsl-xq-9yj" firstAttribute="centerY" secondItem="lNA-6P-Vee" secondAttribute="centerY" id="W6t-ob-L4I"/> |
| 57 | + <constraint firstItem="lNA-6P-Vee" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="jhP-MT-FBj"/> |
| 58 | + <constraint firstAttribute="bottom" secondItem="lNA-6P-Vee" secondAttribute="bottom" constant="5" id="mNv-vS-OgZ"/> |
| 59 | + <constraint firstAttribute="trailing" secondItem="687-rn-Ydp" secondAttribute="trailing" constant="10" id="oaJ-Ve-0pr"/> |
| 60 | + <constraint firstItem="fsl-xq-9yj" firstAttribute="leading" secondItem="lNA-6P-Vee" secondAttribute="trailing" constant="10" id="sdK-OL-XPW"/> |
| 61 | + <constraint firstItem="687-rn-Ydp" firstAttribute="centerY" secondItem="lNA-6P-Vee" secondAttribute="centerY" id="tSW-tO-h77"/> |
| 62 | + </constraints> |
| 63 | + </tableViewCellContentView> |
| 64 | + <viewLayoutGuide key="safeArea" id="njF-e1-oar"/> |
| 65 | + <point key="canvasLocation" x="118.84057971014494" y="55.915178571428569"/> |
| 66 | + </tableViewCell> |
| 67 | + </objects> |
| 68 | + <resources> |
| 69 | + <image name="addFavorite" width="22.5" height="21.5"/> |
| 70 | + <image name="favorited" width="22.5" height="21.5"/> |
| 71 | + </resources> |
| 72 | +</document> |
0 commit comments