<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina6_12" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="System colors in document resources" minToolsVersion="11.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" id="KGk-i7-Jjw" customClass="ReminderTableViewCell" customModule="Meterage" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> <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="44"/> <autoresizingMask key="autoresizingMask"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PMB-TJ-ddU"> <rect key="frame" x="5" y="13.666666666666664" width="36" height="17"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <color key="textColor" systemColor="systemBlueColor"/> <nil key="highlightedColor"/> </label> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i6p-vC-aKY"> <rect key="frame" x="49" y="14.666666666666664" width="2" height="15"/> <color key="backgroundColor" systemColor="systemBlueColor"/> <constraints> <constraint firstAttribute="height" constant="15" id="HX0-D8-5pS"/> <constraint firstAttribute="width" constant="2" id="ND7-im-E4U"/> </constraints> </view> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="b9v-Ob-wvq"> <rect key="frame" x="59" y="13.666666666666664" width="36" height="17"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1TI-Ps-COd"> <rect key="frame" x="276" y="13.666666666666664" width="36" height="17"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="i6p-vC-aKY" firstAttribute="leading" secondItem="PMB-TJ-ddU" secondAttribute="trailing" constant="8" symbolic="YES" id="2vN-r7-qp0"/> <constraint firstItem="1TI-Ps-COd" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="9eA-xC-m1P"/> <constraint firstItem="b9v-Ob-wvq" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="PZq-W3-7by"/> <constraint firstAttribute="trailing" secondItem="1TI-Ps-COd" secondAttribute="trailing" constant="8" id="Q5d-ah-lvy"/> <constraint firstItem="b9v-Ob-wvq" firstAttribute="leading" secondItem="i6p-vC-aKY" secondAttribute="trailing" constant="8" symbolic="YES" id="W9b-8n-TwA"/> <constraint firstItem="PMB-TJ-ddU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="aGn-b1-vnf"/> <constraint firstItem="PMB-TJ-ddU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="5" id="cMU-FV-5C3"/> <constraint firstItem="i6p-vC-aKY" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="gJq-UX-cxk"/> </constraints> </tableViewCellContentView> <viewLayoutGuide key="safeArea" id="njF-e1-oar"/> <connections> <outlet property="reminderProcessView" destination="PMB-TJ-ddU" id="js2-Ib-HJ0"/> <outlet property="reminderTimeView" destination="1TI-Ps-COd" id="k5R-7N-xPE"/> <outlet property="reminderTitleView" destination="b9v-Ob-wvq" id="iFl-Np-ki2"/> </connections> <point key="canvasLocation" x="-31" y="-11"/> </tableViewCell> </objects> <resources> <systemColor name="systemBlueColor"> <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </systemColor> </resources> </document>