57 lines
4.7 KiB
XML
57 lines
4.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
|
|
<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" id="KGk-i7-Jjw" customClass="ElectricityCell">
|
|
<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="月份" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fiK-el-5aR">
|
|
<rect key="frame" x="10" y="0.0" width="60" height="44"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="60" id="gSe-Zy-IRT"/>
|
|
</constraints>
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="电量" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lKv-zE-h1a">
|
|
<rect key="frame" x="250" y="0.0" width="60" height="44"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="60" id="6lA-3V-AB0"/>
|
|
</constraints>
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="fiK-el-5aR" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="1ii-kj-1NO"/>
|
|
<constraint firstAttribute="trailing" secondItem="lKv-zE-h1a" secondAttribute="trailing" constant="10" id="FrH-oE-La2"/>
|
|
<constraint firstAttribute="bottom" secondItem="fiK-el-5aR" secondAttribute="bottom" id="PfP-ga-uX5"/>
|
|
<constraint firstAttribute="bottom" secondItem="lKv-zE-h1a" secondAttribute="bottom" id="WCm-7i-Gnz"/>
|
|
<constraint firstItem="lKv-zE-h1a" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="bff-EF-afa"/>
|
|
<constraint firstItem="fiK-el-5aR" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="fyh-nE-hWh"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
|
|
<connections>
|
|
<outlet property="monthLabel" destination="fiK-el-5aR" id="TVZ-fX-jr7"/>
|
|
<outlet property="powerLabel" destination="lKv-zE-h1a" id="BhH-zm-wJ0"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="137.68115942028987" y="18.75"/>
|
|
</tableViewCell>
|
|
</objects>
|
|
</document>
|