ChangeSchoolDetailCell.xib 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  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="ChangeSchoolDetailCell">
  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="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WOR-Vy-df7">
  22. <rect key="frame" x="16" y="13" width="38" height="18"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WGL-ec-fb7">
  27. <rect key="frame" x="62" y="13" width="38" height="18"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  29. <color key="textColor" red="0.33725490200000002" green="0.33725490200000002" blue="0.33725490200000002" alpha="1" colorSpace="calibratedRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <constraints>
  34. <constraint firstItem="WGL-ec-fb7" firstAttribute="leading" secondItem="WOR-Vy-df7" secondAttribute="trailing" constant="8" id="3Yy-z7-8LX"/>
  35. <constraint firstItem="WOR-Vy-df7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="DsX-ND-ttn"/>
  36. <constraint firstItem="WGL-ec-fb7" firstAttribute="centerY" secondItem="WOR-Vy-df7" secondAttribute="centerY" id="Fgq-bZ-Oi7"/>
  37. <constraint firstItem="WOR-Vy-df7" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="mAb-j9-wVm"/>
  38. </constraints>
  39. </tableViewCellContentView>
  40. <connections>
  41. <outlet property="leftTitleLabel" destination="WOR-Vy-df7" id="1Ut-ed-VdF"/>
  42. <outlet property="rightContentLabel" destination="WGL-ec-fb7" id="MoI-rc-l0O"/>
  43. </connections>
  44. </tableViewCell>
  45. </objects>
  46. </document>