You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
2.4 KiB
35 lines
2.4 KiB
1 year ago
|
<?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_1" 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="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="482" id="KGk-i7-Jjw" customClass="NewStepChartCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="482"/>
|
||
|
<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="482"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<subviews>
|
||
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sd3-rU-vVl">
|
||
|
<rect key="frame" x="0.0" y="291" width="320" height="191"/>
|
||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
</view>
|
||
|
</subviews>
|
||
|
</tableViewCellContentView>
|
||
|
<viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
|
||
|
<connections>
|
||
|
<outlet property="lineChartContentView" destination="sd3-rU-vVl" id="UtN-9U-3eL"/>
|
||
|
</connections>
|
||
|
<point key="canvasLocation" x="-75.362318840579718" y="137.27678571428569"/>
|
||
|
</tableViewCell>
|
||
|
</objects>
|
||
|
</document>
|