stanwood/Stanwood_Debugger_iOS

View on GitHub
Sources/Harlow/Views/Filter/FilterCell.xib

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" 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="14088"/>
        <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"/>
        <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="FilterCell" customModule="StanwoodDebugger" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="88" height="56"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="88" height="56"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iEs-gj-BAW" customClass="FilterUIButton" customModule="StanwoodDebugger" customModuleProvider="target">
                        <rect key="frame" x="8" y="8" width="72" height="40"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="40" id="58s-5j-Rm1"/>
                        </constraints>
                        <state key="normal" title="Button"/>
                        <connections>
                            <action selector="filterAction:" destination="gTV-IL-0wX" eventType="touchUpInside" id="GaL-0R-bSw"/>
                        </connections>
                    </button>
                </subviews>
            </view>
            <constraints>
                <constraint firstItem="iEs-gj-BAW" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="8" id="JAE-tm-PmH"/>
                <constraint firstItem="iEs-gj-BAW" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="8" id="PDf-bQ-6yR"/>
                <constraint firstAttribute="trailing" secondItem="iEs-gj-BAW" secondAttribute="trailing" constant="8" id="TWi-S5-NEk"/>
                <constraint firstAttribute="bottom" secondItem="iEs-gj-BAW" secondAttribute="bottom" constant="8" id="sxc-pa-Ov7"/>
            </constraints>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <size key="customSize" width="88" height="58"/>
            <connections>
                <outlet property="filterButton" destination="iEs-gj-BAW" id="dOv-xN-wJj"/>
            </connections>
            <point key="canvasLocation" x="53" y="58"/>
        </collectionViewCell>
    </objects>
</document>