DateHeaderView.xib 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  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="DateHeaderView">
  13. <connections>
  14. <outlet property="contentView" destination="iN0-l3-epB" id="eDv-e4-iV2"/>
  15. <outlet property="dateLabel" destination="PTc-Tu-Ciu" id="jrR-rl-w4b"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" id="iN0-l3-epB">
  20. <rect key="frame" x="0.0" y="0.0" width="360" height="34"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PTc-Tu-Ciu" customClass="DateLabelCustom" customModule="NextcloudTalk" customModuleProvider="target">
  24. <rect key="frame" x="135" y="5" width="90" height="24"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  26. <color key="backgroundColor" systemColor="secondarySystemBackgroundColor"/>
  27. <gestureRecognizers/>
  28. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  29. <color key="textColor" systemColor="secondaryLabelColor"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  34. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  35. <point key="canvasLocation" x="25.600000000000001" y="-268.06596701649175"/>
  36. </view>
  37. </objects>
  38. <resources>
  39. <systemColor name="secondaryLabelColor">
  40. <color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  41. </systemColor>
  42. <systemColor name="secondarySystemBackgroundColor">
  43. <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. </systemColor>
  45. </resources>
  46. </document>