stanwood/Stanwood_Debugger_iOS

View on GitHub
Sources/Harlow/Modules/ErrorDetail/DataSource & Delegate/Cells/ErrorOverviewCell.xib

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
        <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"/>
        <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="60" id="KGk-i7-Jjw" customClass="ErrorOverviewCell" customModule="StanwoodDebugger" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
                <rect key="frame" x="0.0" y="0.0" width="320" height="59.5"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="JoX-MH-zwj">
                        <rect key="frame" x="24" y="8" width="288" height="43.5"/>
                        <subviews>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Domain" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cNo-ry-HKV">
                                <rect key="frame" x="0.0" y="0.0" width="288" height="21.5"/>
                                <fontDescription key="fontDescription" type="system" weight="light" pointSize="13"/>
                                <color key="textColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Localised Description" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q6S-7J-GEJ">
                                <rect key="frame" x="0.0" y="25.5" width="288" height="18"/>
                                <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                    </stackView>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jrr-g2-Jeg">
                        <rect key="frame" x="2" y="1" width="10" height="57.5"/>
                        <color key="backgroundColor" red="0.93333333330000001" green="0.20000000000000001" blue="0.30588235289999999" alpha="1" colorSpace="calibratedRGB"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="10" id="ZZU-Cu-m6z"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstAttribute="bottom" secondItem="JoX-MH-zwj" secondAttribute="bottom" constant="8" id="7kB-mE-R3c"/>
                    <constraint firstItem="jrr-g2-Jeg" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="2" id="BiU-Tm-rp2"/>
                    <constraint firstItem="JoX-MH-zwj" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="HzI-Q4-pws"/>
                    <constraint firstAttribute="trailing" secondItem="JoX-MH-zwj" secondAttribute="trailing" constant="8" id="NS3-5j-d74"/>
                    <constraint firstItem="jrr-g2-Jeg" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="1" id="XbJ-SA-BSF"/>
                    <constraint firstAttribute="bottom" secondItem="jrr-g2-Jeg" secondAttribute="bottom" constant="1" id="bBa-hC-rYS"/>
                    <constraint firstItem="JoX-MH-zwj" firstAttribute="leading" secondItem="jrr-g2-Jeg" secondAttribute="trailing" constant="12" id="tM4-vR-Rt2"/>
                </constraints>
            </tableViewCellContentView>
            <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.25" colorSpace="custom" customColorSpace="calibratedRGB"/>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="descriptionLabel" destination="q6S-7J-GEJ" id="vKe-wa-kJ8"/>
                <outlet property="domainLabel" destination="cNo-ry-HKV" id="811-Qa-PAC"/>
                <outlet property="indicatorView" destination="jrr-g2-Jeg" id="R3x-tV-IOg"/>
            </connections>
            <point key="canvasLocation" x="137.59999999999999" y="161.01949025487258"/>
        </tableViewCell>
    </objects>
</document>