Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

ContactsTableViewCell.xib 3.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ContactsTableViewCell" rowHeight="52" id="KGk-i7-Jjw" customClass="ContactsTableViewCell" customModule="app" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="52"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM" customClass="ContactsTableViewCell" customModule="app" customModuleProvider="target">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="52"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="contactName" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gFY-E2-ZMb">
  21. <rect key="frame" x="27" y="6" width="277" height="21"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  23. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  24. <nil key="textColor"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="contactPhone" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vlV-UN-KID">
  28. <rect key="frame" x="27" y="25" width="277" height="18"/>
  29. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  31. <nil key="textColor"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. </tableViewCellContentView>
  36. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  37. <connections>
  38. <outlet property="contactName" destination="gFY-E2-ZMb" id="IMT-rF-tbf"/>
  39. <outlet property="contactPhone" destination="vlV-UN-KID" id="iVe-ir-vzQ"/>
  40. </connections>
  41. <point key="canvasLocation" x="137.68115942028987" y="87.053571428571431"/>
  42. </tableViewCell>
  43. </objects>
  44. </document>