CallReactionView.xib 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CallReactionView" customModule="NextcloudTalk" customModuleProvider="target">
  11. <connections>
  12. <outlet property="actorLabel" destination="baK-5w-yBh" id="KPi-q7-cLI"/>
  13. <outlet property="actorLabelView" destination="bdL-Go-Q3E" id="jYc-Ly-74d"/>
  14. <outlet property="contentView" destination="CYW-lL-z7e" id="90l-rX-zxJ"/>
  15. <outlet property="reactionLabel" destination="LOU-Zb-7yV" id="q8j-ks-oNB"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" id="CYW-lL-z7e" userLabel="ContentView">
  20. <rect key="frame" x="0.0" y="0.0" width="150" height="50"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="👌" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LOU-Zb-7yV">
  24. <rect key="frame" x="10" y="10" width="30" height="30"/>
  25. <constraints>
  26. <constraint firstAttribute="width" constant="30" id="36m-jH-nwO"/>
  27. <constraint firstAttribute="height" constant="30" id="kak-BO-NOd"/>
  28. </constraints>
  29. <fontDescription key="fontDescription" type="system" pointSize="30"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bdL-Go-Q3E">
  34. <rect key="frame" x="50" y="10" width="16" height="30"/>
  35. <subviews>
  36. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="baK-5w-yBh">
  37. <rect key="frame" x="8" y="4" width="0.0" height="22"/>
  38. <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="16"/>
  39. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. </subviews>
  43. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <constraints>
  45. <constraint firstAttribute="trailing" secondItem="baK-5w-yBh" secondAttribute="trailing" constant="8" id="2hg-5o-sVf"/>
  46. <constraint firstAttribute="bottom" secondItem="baK-5w-yBh" secondAttribute="bottom" constant="4" id="A6I-ry-bHd"/>
  47. <constraint firstItem="baK-5w-yBh" firstAttribute="top" secondItem="bdL-Go-Q3E" secondAttribute="top" constant="4" id="ASc-Jw-Ima"/>
  48. <constraint firstItem="baK-5w-yBh" firstAttribute="leading" secondItem="bdL-Go-Q3E" secondAttribute="leading" constant="8" id="XKH-tm-rIA"/>
  49. </constraints>
  50. </view>
  51. </subviews>
  52. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. <constraints>
  54. <constraint firstItem="LOU-Zb-7yV" firstAttribute="leading" secondItem="CYW-lL-z7e" secondAttribute="leading" constant="10" id="4xn-Th-4Jb"/>
  55. <constraint firstItem="bdL-Go-Q3E" firstAttribute="leading" secondItem="LOU-Zb-7yV" secondAttribute="trailing" constant="10" id="Xge-jX-KgT"/>
  56. <constraint firstItem="LOU-Zb-7yV" firstAttribute="top" secondItem="CYW-lL-z7e" secondAttribute="top" constant="10" id="c9M-bQ-ok1"/>
  57. <constraint firstItem="bdL-Go-Q3E" firstAttribute="top" secondItem="CYW-lL-z7e" secondAttribute="top" constant="10" id="ks2-we-SWW"/>
  58. <constraint firstAttribute="bottom" secondItem="LOU-Zb-7yV" secondAttribute="bottom" constant="10" id="wnm-H5-xwv"/>
  59. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="bdL-Go-Q3E" secondAttribute="trailing" constant="10" id="xKF-K3-8uF"/>
  60. <constraint firstAttribute="bottom" secondItem="bdL-Go-Q3E" secondAttribute="bottom" constant="10" id="xks-df-MCN"/>
  61. </constraints>
  62. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  63. <point key="canvasLocation" x="-341.98473282442745" y="-2.1126760563380285"/>
  64. </view>
  65. </objects>
  66. </document>