OOMeetingPersonFooterView.xib 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="OOMeetingPersonFooterView" id="U6b-Vx-4bR" customClass="OOMeetingPersonFooterView" customModule="O2Platform" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="30"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="会议开始前2小时会在消息栏提醒" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xZJ-jL-RMZ">
  20. <rect key="frame" x="16" y="5" width="343" height="21"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="21" id="hmn-tZ-ZPZ"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
  25. <color key="textColor" red="0.60784313725490191" green="0.60784313725490191" blue="0.60784313725490191" alpha="1" colorSpace="calibratedRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. </subviews>
  29. <constraints>
  30. <constraint firstItem="xZJ-jL-RMZ" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="2Tk-8l-rc6"/>
  31. <constraint firstItem="VXr-Tz-HHm" firstAttribute="trailing" secondItem="xZJ-jL-RMZ" secondAttribute="trailing" constant="16" id="Phk-bW-sFz"/>
  32. <constraint firstItem="xZJ-jL-RMZ" firstAttribute="leading" secondItem="VXr-Tz-HHm" secondAttribute="leading" constant="16" id="RED-kG-NIv"/>
  33. </constraints>
  34. <viewLayoutGuide key="safeArea" id="VXr-Tz-HHm"/>
  35. <point key="canvasLocation" x="24.5" y="52"/>
  36. </collectionReusableView>
  37. </objects>
  38. </document>