LockCell.xib 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="LockCellId" rowHeight="85" id="KGk-i7-Jjw" customClass="LockCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kDh-j3-820">
  22. <rect key="frame" x="15" y="0.0" width="0.0" height="44"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  24. <color key="textColor" red="0.29803922770000002" green="0.29803922770000002" blue="0.29803922770000002" alpha="1" colorSpace="calibratedRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ule-Cw-hsZ">
  28. <rect key="frame" x="300" y="0.0" width="0.0" height="44"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. </subviews>
  34. <constraints>
  35. <constraint firstAttribute="bottom" secondItem="ule-Cw-hsZ" secondAttribute="bottom" id="1hx-DR-jg2"/>
  36. <constraint firstAttribute="bottom" secondItem="kDh-j3-820" secondAttribute="bottom" id="2fk-ZD-50I"/>
  37. <constraint firstItem="ule-Cw-hsZ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="BPD-br-O2P"/>
  38. <constraint firstAttribute="trailing" secondItem="ule-Cw-hsZ" secondAttribute="trailing" constant="20" id="ajn-uM-FKZ"/>
  39. <constraint firstItem="kDh-j3-820" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="mTl-eT-bWH"/>
  40. <constraint firstItem="kDh-j3-820" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="mwp-tE-NoN"/>
  41. </constraints>
  42. </tableViewCellContentView>
  43. <connections>
  44. <outlet property="statusLab" destination="ule-Cw-hsZ" id="jJd-m4-WxM"/>
  45. <outlet property="timeLab" destination="kDh-j3-820" id="ptA-go-QST"/>
  46. </connections>
  47. <point key="canvasLocation" x="24" y="18"/>
  48. </tableViewCell>
  49. </objects>
  50. </document>