stanwood/Stanwood_Debugger_iOS

View on GitHub
Sources/Harlow/Modules/List/DataSource & Delegate/Cells/NetworkingCell.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="KGk-i7-Jjw" customClass="NetworkingCell" 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="KGk-i7-Jjw" id="H2p-sc-9uM">
                <rect key="frame" x="0.0" y="0.0" width="286" height="54.5"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Z30-0i-sV2">
                        <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="q9g-hz-F2b"/>
                        </constraints>
                    </view>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="500" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kqF-mv-rWE">
                        <rect key="frame" x="245.5" y="17" width="32.5" height="20.5"/>
                        <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="17"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="H1e-Zn-jza">
                        <rect key="frame" x="24" y="8" width="216.5" height="38"/>
                        <subviews>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Date" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eC6-wh-mkq">
                                <rect key="frame" x="0.0" y="0.0" width="216.5" height="16"/>
                                <fontDescription key="fontDescription" type="system" weight="light" pointSize="13"/>
                                <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="URL" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dWe-8t-C4w">
                                <rect key="frame" x="0.0" y="20" width="216.5" height="18"/>
                                <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                    </stackView>
                </subviews>
                <constraints>
                    <constraint firstItem="H1e-Zn-jza" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="MBh-TG-mry"/>
                    <constraint firstItem="H1e-Zn-jza" firstAttribute="leading" secondItem="Z30-0i-sV2" secondAttribute="trailing" constant="12" id="RqP-zj-pGS"/>
                    <constraint firstAttribute="bottom" secondItem="Z30-0i-sV2" secondAttribute="bottom" constant="1" id="VHQ-ZO-WHt"/>
                    <constraint firstItem="kqF-mv-rWE" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailingMargin" id="atC-MN-5SN"/>
                    <constraint firstItem="Z30-0i-sV2" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="1" id="fy0-lf-N0J"/>
                    <constraint firstAttribute="bottom" secondItem="H1e-Zn-jza" secondAttribute="bottom" constant="8.5" id="h2d-cj-AIU"/>
                    <constraint firstItem="kqF-mv-rWE" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="k5e-aL-MBZ"/>
                    <constraint firstItem="kqF-mv-rWE" firstAttribute="leading" secondItem="H1e-Zn-jza" secondAttribute="trailing" constant="5" id="o3p-u9-kmO"/>
                    <constraint firstItem="Z30-0i-sV2" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="2" id="vqB-Qo-zZE"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="indicatorView" destination="Z30-0i-sV2" id="49H-rL-ySJ"/>
                <outletCollection property="labels" destination="eC6-wh-mkq" collectionClass="NSMutableArray" id="Lpa-0q-VuK"/>
                <outletCollection property="labels" destination="dWe-8t-C4w" collectionClass="NSMutableArray" id="Hjz-xV-A1e"/>
                <outletCollection property="labels" destination="kqF-mv-rWE" collectionClass="NSMutableArray" id="s2j-J9-SCg"/>
            </connections>
            <point key="canvasLocation" x="137.59999999999999" y="147.07646176911544"/>
        </tableViewCell>
    </objects>
</document>