JXSettingsCell.xib 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" 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="14460.20"/>
  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 clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="JXSC" selectionStyle="default" indentationWidth="10" rowHeight="62" id="5ya-cW-E8l" userLabel="JXSettingsCell" customClass="JXSettingsCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="56"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="5ya-cW-E8l" id="6Q5-BZ-2VH">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="55.5"/>
  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="AVE-3R-gAA">
  22. <rect key="frame" x="15" y="18" width="39.5" height="19.5"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  24. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. </subviews>
  28. <constraints>
  29. <constraint firstItem="AVE-3R-gAA" firstAttribute="leading" secondItem="6Q5-BZ-2VH" secondAttribute="leading" constant="15" id="3aP-IQ-uEq"/>
  30. <constraint firstItem="AVE-3R-gAA" firstAttribute="centerY" secondItem="6Q5-BZ-2VH" secondAttribute="centerY" id="rfH-Iu-nUo"/>
  31. </constraints>
  32. </tableViewCellContentView>
  33. <connections>
  34. <outlet property="myLabel" destination="AVE-3R-gAA" id="e6D-xM-rqB"/>
  35. </connections>
  36. <point key="canvasLocation" x="230.40000000000001" y="374.21289355322341"/>
  37. </tableViewCell>
  38. </objects>
  39. </document>