stanwood/Stanwood_Debugger_iOS

View on GitHub
Sources/Harlow/Modules/ErrorDetail/DataSource & Delegate/Cells/ErrorUserInfoCell.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="179" id="KGk-i7-Jjw" customClass="ErrorUserInfoCell" customModule="StanwoodDebugger" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="179"/>
            <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="178.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="RkF-eZ-sMB">
                        <rect key="frame" x="12" y="12" width="296" height="154.5"/>
                        <color key="backgroundColor" white="0.66666666669999997" 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="Qbg-xp-N4T">
                        <rect key="frame" x="264" y="12" width="44" height="44"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="44" id="VDH-dk-T6T"/>
                            <constraint firstAttribute="height" constant="44" id="xju-k6-D2f"/>
                        </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="copyAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="TtX-c0-5qH"/>
                        </connections>
                    </button>
                </subviews>
                <constraints>
                    <constraint firstAttribute="bottom" secondItem="RkF-eZ-sMB" secondAttribute="bottom" constant="12" id="4Zf-kY-SGn"/>
                    <constraint firstItem="Qbg-xp-N4T" firstAttribute="top" secondItem="RkF-eZ-sMB" secondAttribute="top" id="HwS-kc-K8u"/>
                    <constraint firstItem="RkF-eZ-sMB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="XFV-M8-qsR"/>
                    <constraint firstAttribute="trailing" secondItem="RkF-eZ-sMB" secondAttribute="trailing" constant="12" id="XJV-Wo-SLI"/>
                    <constraint firstItem="RkF-eZ-sMB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="Xbv-zP-bJs"/>
                    <constraint firstItem="Qbg-xp-N4T" firstAttribute="trailing" secondItem="RkF-eZ-sMB" secondAttribute="trailing" id="qG6-kY-39X"/>
                </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="userInfoTextView" destination="RkF-eZ-sMB" id="Hal-gx-fs7"/>
            </connections>
            <point key="canvasLocation" x="137.59999999999999" y="214.54272863568218"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="icon_copy" width="25" height="25"/>
    </resources>
</document>