stanwood/Stanwood_Debugger_iOS

View on GitHub
Sources/Harlow/Modules/NetworkCall/DataSource & Delegate/Cells/NetworkHeadersCell.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="159" id="KGk-i7-Jjw" customClass="NetworkHeadersCell" customModule="StanwoodDebugger" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="159"/>
            <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="158.5"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <textView clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" text="Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisi" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4IH-AW-O6b">
                        <rect key="frame" x="12" y="12" width="296" height="134.5"/>
                        <color key="backgroundColor" white="0.66666666666666663" alpha="0.25" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <fontDescription key="fontDescription" name="Menlo-Regular" family="Menlo" pointSize="13"/>
                        <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
                    </textView>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EQE-eh-EK7">
                        <rect key="frame" x="264" y="12" width="44" height="44"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="44" id="96h-DU-Rto"/>
                            <constraint firstAttribute="width" constant="44" id="DW7-lH-KW8"/>
                        </constraints>
                        <color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <inset key="contentEdgeInsets" minX="5" minY="5" maxX="5" maxY="5"/>
                        <inset key="imageEdgeInsets" minX="15" minY="5" maxX="5" maxY="15"/>
                        <state key="normal" image="icon_copy"/>
                        <connections>
                            <action selector="actionCopy" destination="KGk-i7-Jjw" eventType="touchUpInside" id="dpn-7z-3Ej"/>
                        </connections>
                    </button>
                </subviews>
                <constraints>
                    <constraint firstItem="EQE-eh-EK7" firstAttribute="top" secondItem="4IH-AW-O6b" secondAttribute="top" id="EPi-oU-t5e"/>
                    <constraint firstItem="4IH-AW-O6b" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="JG3-t7-nTQ"/>
                    <constraint firstItem="4IH-AW-O6b" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="N2r-zB-OW4"/>
                    <constraint firstAttribute="bottom" secondItem="4IH-AW-O6b" secondAttribute="bottom" constant="12" id="NJN-xr-Rzo"/>
                    <constraint firstItem="EQE-eh-EK7" firstAttribute="trailing" secondItem="4IH-AW-O6b" secondAttribute="trailing" id="Pie-L9-GOh"/>
                    <constraint firstAttribute="trailing" secondItem="4IH-AW-O6b" secondAttribute="trailing" constant="12" id="iao-hW-3CV"/>
                </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="textView" destination="4IH-AW-O6b" id="g9c-Bn-lNm"/>
            </connections>
            <point key="canvasLocation" x="137.59999999999999" y="152.47376311844079"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="icon_copy" width="25" height="25"/>
    </resources>
</document>