123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TypingIndicatorView" customModule="NextcloudTalk" customModuleProvider="target">
- <connections>
- <outlet property="contentView" destination="iN0-l3-epB" id="gDR-On-leO"/>
- <outlet property="typingLabel" destination="iqo-UJ-z0Z" id="HNd-1o-Yix"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="393" height="58"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="383" height="58"/>
- <attributedString key="attributedText">
- <fragment content="Label">
- <attributes>
- <color key="NSColor" systemColor="tertiaryLabelColor"/>
- <font key="NSFont" metaFont="system" size="16"/>
- </attributes>
- </fragment>
- </attributedString>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="iqo-UJ-z0Z" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="COQ-9c-Qbq"/>
- <constraint firstAttribute="bottom" secondItem="iqo-UJ-z0Z" secondAttribute="bottom" id="ROy-zc-T0V"/>
- <constraint firstAttribute="trailing" secondItem="iqo-UJ-z0Z" secondAttribute="trailing" constant="10" id="Xwf-dY-Dmh"/>
- <constraint firstItem="iqo-UJ-z0Z" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="bO8-im-hQN"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <point key="canvasLocation" x="104.58015267175573" y="-173.2394366197183"/>
- </view>
- </objects>
- <resources>
- <systemColor name="tertiaryLabelColor">
- <color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.29803921568627451" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- </resources>
- </document>
|