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.
52 lines
3.9 KiB
52 lines
3.9 KiB
1 year ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||
|
<device id="retina4_7" orientation="portrait">
|
||
|
<adaptation id="fullscreen"/>
|
||
|
</device>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
|
||
|
<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="SwitchDeviceCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="45"/>
|
||
|
<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.5"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<subviews>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Scg-uR-aq8">
|
||
|
<rect key="frame" x="10" y="0.0" width="300" height="44.5"/>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
||
|
<nil key="textColor"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Trk-by-7iG">
|
||
|
<rect key="frame" x="0.0" y="43.5" width="320" height="1"/>
|
||
|
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="1" id="ecW-jg-qBE"/>
|
||
|
</constraints>
|
||
|
</view>
|
||
|
</subviews>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="bottom" secondItem="Scg-uR-aq8" secondAttribute="bottom" id="3T6-QF-SwP"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="Scg-uR-aq8" secondAttribute="trailing" constant="10" id="Dqw-Y8-ixJ"/>
|
||
|
<constraint firstItem="Scg-uR-aq8" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="ODx-JL-aG2"/>
|
||
|
<constraint firstItem="Scg-uR-aq8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="Tb9-jV-BWf"/>
|
||
|
<constraint firstItem="Trk-by-7iG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="eMZ-Rz-dvk"/>
|
||
|
<constraint firstAttribute="bottom" secondItem="Trk-by-7iG" secondAttribute="bottom" id="oTL-Hq-qVN"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="Trk-by-7iG" secondAttribute="trailing" id="sAM-L3-Sne"/>
|
||
|
</constraints>
|
||
|
</tableViewCellContentView>
|
||
|
<connections>
|
||
|
<outlet property="lineView" destination="Trk-by-7iG" id="j1r-Tf-WHR"/>
|
||
|
<outlet property="titleLabel" destination="Scg-uR-aq8" id="Olr-A9-sLF"/>
|
||
|
</connections>
|
||
|
</tableViewCell>
|
||
|
</objects>
|
||
|
</document>
|