VLCWiFiUploadTableViewCell.xib 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8164.2" systemVersion="15A226f" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8135.1"/>
  6. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="WiFiMenuCell" rowHeight="46" id="3" customClass="VLCWiFiUploadTableViewCell">
  12. <rect key="frame" x="0.0" y="0.0" width="260" height="50"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3" id="qYq-WE-nye">
  15. <rect key="frame" x="0.0" y="0.0" width="260" height="49.5"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="HTTP Upload" textAlignment="justified" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="28">
  19. <rect key="frame" x="50" y="5" width="97.5" height="19.5"/>
  20. <animations/>
  21. <color key="backgroundColor" white="0.17000000000000001" alpha="1" colorSpace="calibratedWhite"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  23. <color key="textColor" red="0.76862745099999996" green="0.80000000000000004" blue="0.85490196080000003" alpha="1" colorSpace="calibratedRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Inactive Server" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="30">
  27. <rect key="frame" x="50" y="29" width="90.5" height="16"/>
  28. <animations/>
  29. <color key="backgroundColor" white="0.17000000000000001" alpha="1" colorSpace="calibratedWhite"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  31. <color key="textColor" red="0.76862745099999996" green="0.80000000000000004" blue="0.85490196080000003" alpha="1" colorSpace="calibratedRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <button opaque="NO" contentMode="center" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="34">
  35. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  36. <animations/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="50" id="9hp-CX-VG6"/>
  39. <constraint firstAttribute="height" constant="50" id="FWj-TR-Jvt"/>
  40. </constraints>
  41. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  42. <state key="normal" image="WifiUp.png">
  43. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
  44. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  45. </state>
  46. <state key="highlighted">
  47. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  48. </state>
  49. </button>
  50. </subviews>
  51. <animations/>
  52. <constraints>
  53. <constraint firstAttribute="bottomMargin" secondItem="30" secondAttribute="bottom" constant="-3.5" id="2Fr-vF-HgI"/>
  54. <constraint firstItem="34" firstAttribute="top" secondItem="qYq-WE-nye" secondAttribute="topMargin" constant="-8" id="3uj-4T-hgH"/>
  55. <constraint firstItem="28" firstAttribute="leading" secondItem="34" secondAttribute="trailing" id="Tbz-RD-inH"/>
  56. <constraint firstItem="30" firstAttribute="leading" secondItem="34" secondAttribute="trailing" id="mxE-0S-cjg"/>
  57. <constraint firstItem="34" firstAttribute="leading" secondItem="qYq-WE-nye" secondAttribute="leadingMargin" constant="-8" id="u4g-A3-Smq"/>
  58. <constraint firstItem="28" firstAttribute="top" secondItem="qYq-WE-nye" secondAttribute="topMargin" constant="-3" id="xgV-vT-ruF"/>
  59. </constraints>
  60. </tableViewCellContentView>
  61. <animations/>
  62. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  63. <connections>
  64. <outlet property="serverOnButton" destination="34" id="36"/>
  65. <outlet property="titleLabel" destination="28" id="32"/>
  66. <outlet property="uploadAddressLabel" destination="30" id="33"/>
  67. </connections>
  68. </tableViewCell>
  69. </objects>
  70. <resources>
  71. <image name="WifiUp.png" width="16" height="29"/>
  72. </resources>
  73. </document>