stanwood/Stanwood_Debugger_iOS

View on GitHub
Sources/Harlow/Modules/List/DataSource & Delegate/Cells/LogCell.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" indentationWidth="10" rowHeight="107" id="KGk-i7-Jjw" customClass="LogCell" customModule="StanwoodDebugger" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="107"/>
            <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="106.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="8Hk-t8-t17">
                        <rect key="frame" x="12" y="0.0" width="296" height="107.5"/>
                        <color key="backgroundColor" red="0.16092702746391296" green="0.1679956316947937" blue="0.20392671227455139" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
                        <color key="textColor" red="1" green="0.99998801946640015" blue="1" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
                        <fontDescription key="fontDescription" name="Menlo-Regular" family="Menlo" pointSize="13"/>
                        <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
                    </textView>
                </subviews>
                <constraints>
                    <constraint firstAttribute="trailing" secondItem="8Hk-t8-t17" secondAttribute="trailing" constant="12" id="8QY-oZ-HMg"/>
                    <constraint firstItem="8Hk-t8-t17" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="CaS-Xa-smB"/>
                    <constraint firstItem="8Hk-t8-t17" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="bMV-Oc-hK8"/>
                    <constraint firstAttribute="bottom" secondItem="8Hk-t8-t17" secondAttribute="bottom" constant="-1" id="cYI-Nu-MLu"/>
                </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="8Hk-t8-t17" id="PEn-xi-yhq"/>
                <outlet property="textViewTopLayoutConstraint" destination="bMV-Oc-hK8" id="27f-lK-leq"/>
            </connections>
            <point key="canvasLocation" x="52.799999999999997" y="76.911544227886068"/>
        </tableViewCell>
    </objects>
</document>