STSingleLabCell.xib 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" 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="11757"/>
  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" id="KGk-i7-Jjw" customClass="STSingleLabCell">
  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="44"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1kA-cJ-Q50">
  22. <rect key="frame" x="8" y="12" width="42" height="21"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="21" id="qE5-t3-ZLy"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. </subviews>
  31. <constraints>
  32. <constraint firstItem="1kA-cJ-Q50" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="OO0-6T-Wfp"/>
  33. <constraint firstItem="1kA-cJ-Q50" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Y2k-KW-d5c"/>
  34. </constraints>
  35. </tableViewCellContentView>
  36. <connections>
  37. <outlet property="showTextLab" destination="1kA-cJ-Q50" id="rIu-6y-fwh"/>
  38. </connections>
  39. </tableViewCell>
  40. </objects>
  41. </document>