RDSHomeSceneCell.xib 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_0" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RDSHomeSceneCell">
  14. <rect key="frame" x="0.0" y="0.0" width="110" height="48"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="110" height="48"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="回家模式" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M1a-h5-5OR">
  21. <rect key="frame" x="26.333333333333332" y="15.666666666666664" width="57.333333333333343" height="17"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  23. <nil key="textColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. </subviews>
  27. </view>
  28. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  29. <color key="backgroundColor" red="0.94117647058823528" green="0.96078431372549022" blue="0.96470588235294119" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  30. <constraints>
  31. <constraint firstItem="M1a-h5-5OR" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="0m4-mf-IcH"/>
  32. <constraint firstItem="M1a-h5-5OR" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="rmq-Iy-l9v"/>
  33. </constraints>
  34. <userDefinedRuntimeAttributes>
  35. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="5"/>
  36. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  37. </userDefinedRuntimeAttributes>
  38. <connections>
  39. <outlet property="nameLab" destination="M1a-h5-5OR" id="iWE-pH-HSn"/>
  40. </connections>
  41. <point key="canvasLocation" x="105" y="21"/>
  42. </collectionViewCell>
  43. </objects>
  44. </document>