SYBaseCell.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="SYBaseCellId" id="KGk-i7-Jjw" customClass="SYBaseCell">
  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="QZw-9p-tOG">
  22. <rect key="frame" x="15" y="0.0" width="245" height="43.5"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  24. <nil key="textColor"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="locking" translatesAutoresizingMaskIntoConstraints="NO" id="JlR-0B-okx">
  28. <rect key="frame" x="270" y="7" width="30" height="30"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="30" id="3HU-GB-mtN"/>
  31. <constraint firstAttribute="width" constant="30" id="Jcm-kW-beu"/>
  32. </constraints>
  33. </imageView>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="JlR-0B-okx" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="L7M-jD-7pK"/>
  37. <constraint firstItem="QZw-9p-tOG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="V83-8o-REl"/>
  38. <constraint firstAttribute="trailing" secondItem="JlR-0B-okx" secondAttribute="trailing" constant="20" id="WcG-3t-Apy"/>
  39. <constraint firstItem="JlR-0B-okx" firstAttribute="leading" secondItem="QZw-9p-tOG" secondAttribute="trailing" constant="10" id="aIG-N0-j14"/>
  40. <constraint firstAttribute="bottom" secondItem="QZw-9p-tOG" secondAttribute="bottom" id="erM-ef-1rU"/>
  41. <constraint firstItem="QZw-9p-tOG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="lGY-9T-NMD"/>
  42. </constraints>
  43. </tableViewCellContentView>
  44. <connections>
  45. <outlet property="lockingImgV" destination="JlR-0B-okx" id="dVi-9o-yym"/>
  46. <outlet property="nameLab" destination="QZw-9p-tOG" id="swB-lq-Gtu"/>
  47. </connections>
  48. </tableViewCell>
  49. </objects>
  50. <resources>
  51. <image name="locking" width="32" height="32"/>
  52. </resources>
  53. </document>