LockOptionCell.xib 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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" customClass="LockOptionCell"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="LockOptionCell" id="KGk-i7-Jjw" customClass="LockOptionCell" customModule="kunkuk" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="64"/>
  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="63.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="Z0Y-DR-Hb9">
  22. <rect key="frame" x="16" y="14" width="247" height="35.5"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="247" id="exs-0B-SKU"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kjN-cj-pIa">
  31. <rect key="frame" x="255" y="16.5" width="51" height="31"/>
  32. </switch>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="Z0Y-DR-Hb9" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="3" id="HmH-dJ-IX3"/>
  36. <constraint firstItem="Z0Y-DR-Hb9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="Xfw-nu-Kim"/>
  37. <constraint firstItem="kjN-cj-pIa" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailingMargin" id="geb-4E-C7W"/>
  38. <constraint firstItem="Z0Y-DR-Hb9" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="l7T-0I-Nlg"/>
  39. <constraint firstItem="kjN-cj-pIa" firstAttribute="centerY" secondItem="Z0Y-DR-Hb9" secondAttribute="centerY" id="qGE-Pc-ymd"/>
  40. </constraints>
  41. </tableViewCellContentView>
  42. <connections>
  43. <outlet property="label" destination="Z0Y-DR-Hb9" id="IUT-Po-Cjm"/>
  44. <outlet property="switchButton" destination="kjN-cj-pIa" id="we4-uw-iPx"/>
  45. </connections>
  46. </tableViewCell>
  47. </objects>
  48. </document>