1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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" reuseIdentifier="SYBaseCellId" id="KGk-i7-Jjw" customClass="SYBaseCell">
- <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="43.5"/>
- <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="QZw-9p-tOG">
- <rect key="frame" x="15" y="0.0" width="245" height="43.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="locking" translatesAutoresizingMaskIntoConstraints="NO" id="JlR-0B-okx">
- <rect key="frame" x="270" y="7" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="3HU-GB-mtN"/>
- <constraint firstAttribute="width" constant="30" id="Jcm-kW-beu"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="JlR-0B-okx" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="L7M-jD-7pK"/>
- <constraint firstItem="QZw-9p-tOG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="V83-8o-REl"/>
- <constraint firstAttribute="trailing" secondItem="JlR-0B-okx" secondAttribute="trailing" constant="20" id="WcG-3t-Apy"/>
- <constraint firstItem="JlR-0B-okx" firstAttribute="leading" secondItem="QZw-9p-tOG" secondAttribute="trailing" constant="10" id="aIG-N0-j14"/>
- <constraint firstAttribute="bottom" secondItem="QZw-9p-tOG" secondAttribute="bottom" id="erM-ef-1rU"/>
- <constraint firstItem="QZw-9p-tOG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="lGY-9T-NMD"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="lockingImgV" destination="JlR-0B-okx" id="dVi-9o-yym"/>
- <outlet property="nameLab" destination="QZw-9p-tOG" id="swB-lq-Gtu"/>
- </connections>
- </tableViewCell>
- </objects>
- <resources>
- <image name="locking" width="32" height="32"/>
- </resources>
- </document>
|