stanwood/Stanwood_Debugger_iOS

View on GitHub
Sources/Harlow/Modules/List/DataSource & Delegate/Cells/CrashCell.xib

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" 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="14283.14"/>
        <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" accessoryType="disclosureIndicator" indentationWidth="10" rowHeight="58" id="Hfx-Ef-hhM" customClass="CrashCell" customModule="StanwoodDebugger" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="55"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Hfx-Ef-hhM" id="cVM-bl-USt">
                <rect key="frame" x="0.0" y="0.0" width="286" height="54.5"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Z91-El-ChK">
                        <rect key="frame" x="2" y="1" width="10" height="52.5"/>
                        <color key="backgroundColor" red="0.93333333330000001" green="0.20000000000000001" blue="0.30588235289999999" alpha="1" colorSpace="calibratedRGB"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="10" id="LVi-zj-hnf"/>
                        </constraints>
                    </view>
                    <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="HGu-pi-izi">
                        <rect key="frame" x="24" y="8" width="250" height="38"/>
                        <subviews>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Date and name" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3Za-Sx-rxX">
                                <rect key="frame" x="0.0" y="0.0" width="250" height="16"/>
                                <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" text="Description" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6Hp-IC-c8o">
                                <rect key="frame" x="0.0" y="20" width="250" height="18"/>
                                <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                    </stackView>
                </subviews>
                <constraints>
                    <constraint firstItem="Z91-El-ChK" firstAttribute="top" secondItem="cVM-bl-USt" secondAttribute="top" constant="1" id="GSE-rG-1T6"/>
                    <constraint firstAttribute="bottom" secondItem="Z91-El-ChK" secondAttribute="bottom" constant="1" id="MI4-Ao-ryr"/>
                    <constraint firstItem="HGu-pi-izi" firstAttribute="top" secondItem="cVM-bl-USt" secondAttribute="top" constant="8" id="OaR-CX-rDW"/>
                    <constraint firstItem="HGu-pi-izi" firstAttribute="leading" secondItem="Z91-El-ChK" secondAttribute="trailing" constant="12" id="Qd7-uC-1bG"/>
                    <constraint firstAttribute="bottom" secondItem="HGu-pi-izi" secondAttribute="bottom" constant="8.5" id="R13-FT-gca"/>
                    <constraint firstItem="Z91-El-ChK" firstAttribute="leading" secondItem="cVM-bl-USt" secondAttribute="leading" constant="2" id="ica-eE-1ja"/>
                    <constraint firstAttribute="trailing" secondItem="HGu-pi-izi" secondAttribute="trailing" constant="12" id="vum-7b-4DU"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="Yhe-XK-AD4"/>
            <connections>
                <outlet property="indicatorView" destination="Z91-El-ChK" id="qo2-LN-CAr"/>
                <outletCollection property="labels" destination="3Za-Sx-rxX" collectionClass="NSMutableArray" id="nRG-Tw-0TM"/>
                <outletCollection property="labels" destination="6Hp-IC-c8o" collectionClass="NSMutableArray" id="qYz-aH-5ed"/>
            </connections>
            <point key="canvasLocation" x="137.59999999999999" y="147.07646176911544"/>
        </tableViewCell>
    </objects>
</document>