<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="InfoTrackersViewController"> <connections> <outlet property="fTrackerAddRemoveControl" destination="4" id="13"/> <outlet property="fTrackerTable" destination="6" id="12"/> <outlet property="view" destination="2" id="11"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <customView id="2" userLabel="Trackers"> <rect key="frame" x="0.0" y="0.0" width="382" height="352"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4"> <rect key="frame" x="11" y="11" width="71" height="18"/> <segmentedCell key="cell" controlSize="small" state="on" borderStyle="border" alignment="left" style="roundRect" trackingMode="momentary" id="5"> <font key="font" metaFont="smallSystem"/> <segments> <segment image="NSAddTemplate" width="32"/> <segment image="NSRemoveTemplate" width="32" tag="1"/> </segments> </segmentedCell> <connections> <action selector="addRemoveTracker:" target="-2" id="16"/> </connections> </segmentedControl> <scrollView autohidesScrollers="YES" horizontalLineScroll="59" horizontalPageScroll="10" verticalLineScroll="59" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3"> <rect key="frame" x="12" y="36" width="358" height="304"/> <clipView key="contentView" copiesOnScroll="NO" id="sFV-Gc-aEj"> <rect key="frame" x="1" y="1" width="356" height="302"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="57" id="6" customClass="TrackerTableView"> <rect key="frame" x="0.0" y="0.0" width="356" height="302"/> <autoresizingMask key="autoresizingMask"/> <size key="intercellSpacing" width="3" height="2"/> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> <tableColumns> <tableColumn identifier="Tracker" width="353" minWidth="40" maxWidth="1000" id="9"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/> </tableHeaderCell> <textFieldCell key="dataCell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="10"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> </textFieldCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/> </tableColumn> </tableColumns> <connections> <outlet property="dataSource" destination="-2" id="14"/> <outlet property="delegate" destination="-2" id="15"/> </connections> </tableView> </subviews> </clipView> <constraints> <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="150" placeholder="YES" id="9cv-V6-NW6"/> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="300" placeholder="YES" id="9jz-rF-9Vf"/> </constraints> <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="0.0027777779999999998" controlSize="small" horizontal="YES" id="7"> <rect key="frame" x="-100" y="-100" width="372" height="11"/> <autoresizingMask key="autoresizingMask"/> </scroller> <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="8"> <rect key="frame" x="346" y="1" width="11" height="0.0"/> <autoresizingMask key="autoresizingMask"/> </scroller> </scrollView> </subviews> <constraints> <constraint firstAttribute="trailing" secondItem="3" secondAttribute="trailing" constant="12" id="9Bs-yg-J47"/> <constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="12" id="EKy-Fd-QsG"/> <constraint firstItem="3" firstAttribute="top" secondItem="2" secondAttribute="top" constant="12" id="TI3-QK-Ict"/> <constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="12" id="WWe-3w-uSv"/> <constraint firstItem="4" firstAttribute="top" secondItem="3" secondAttribute="bottom" constant="8" symbolic="YES" id="XN7-Nl-L9f"/> <constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="Y7G-n2-OaR"/> </constraints> </customView> </objects> <resources> <image name="NSAddTemplate" width="11" height="11"/> <image name="NSRemoveTemplate" width="11" height="11"/> </resources> </document>