TypingIndicatorView.xib 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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" 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="System colors in document resources" minToolsVersion="11.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" customClass="TypingIndicatorView" customModule="NextcloudTalk" customModuleProvider="target">
  12. <connections>
  13. <outlet property="contentView" destination="iN0-l3-epB" id="gDR-On-leO"/>
  14. <outlet property="typingLabel" destination="iqo-UJ-z0Z" id="HNd-1o-Yix"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view contentMode="scaleToFill" id="iN0-l3-epB">
  19. <rect key="frame" x="0.0" y="0.0" width="393" height="58"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="top" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="250" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iqo-UJ-z0Z" userLabel="TypingLabel">
  23. <rect key="frame" x="0.0" y="0.0" width="383" height="58"/>
  24. <attributedString key="attributedText">
  25. <fragment content="Label">
  26. <attributes>
  27. <color key="NSColor" systemColor="tertiaryLabelColor"/>
  28. <font key="NSFont" metaFont="system" size="16"/>
  29. </attributes>
  30. </fragment>
  31. </attributedString>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <constraints>
  37. <constraint firstItem="iqo-UJ-z0Z" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="COQ-9c-Qbq"/>
  38. <constraint firstAttribute="bottom" secondItem="iqo-UJ-z0Z" secondAttribute="bottom" id="ROy-zc-T0V"/>
  39. <constraint firstAttribute="trailing" secondItem="iqo-UJ-z0Z" secondAttribute="trailing" constant="10" id="Xwf-dY-Dmh"/>
  40. <constraint firstItem="iqo-UJ-z0Z" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="bO8-im-hQN"/>
  41. </constraints>
  42. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  43. <point key="canvasLocation" x="104.58015267175573" y="-173.2394366197183"/>
  44. </view>
  45. </objects>
  46. <resources>
  47. <systemColor name="tertiaryLabelColor">
  48. <color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.29803921568627451" colorSpace="custom" customColorSpace="sRGB"/>
  49. </systemColor>
  50. </resources>
  51. </document>