VoiceMessageRecordingView.xib 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  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="VoiceMessageRecordingView">
  13. <connections>
  14. <outlet property="contentView" destination="iN0-l3-epB" id="fac-ze-W6J"/>
  15. <outlet property="leftBackgroundView" destination="l5w-M5-47G" id="cnX-vf-kkb"/>
  16. <outlet property="recordingImageView" destination="nDB-YB-iVA" id="TAR-c2-RMX"/>
  17. <outlet property="recordingTimeLabel" destination="iAT-3U-Osk" id="k53-gJ-Q2z"/>
  18. <outlet property="slideToCancelHintLabel" destination="X3F-jc-BYa" id="bBL-Kn-vg6"/>
  19. </connections>
  20. </placeholder>
  21. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  22. <view contentMode="scaleToFill" id="iN0-l3-epB">
  23. <rect key="frame" x="0.0" y="0.0" width="300" height="50"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <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="X3F-jc-BYa">
  27. <rect key="frame" x="102" y="12" width="182" height="26"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="l5w-M5-47G">
  34. <rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
  35. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  36. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  37. </view>
  38. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nDB-YB-iVA">
  39. <rect key="frame" x="10" y="12" width="26" height="26"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  41. </imageView>
  42. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iAT-3U-Osk" customClass="MZTimerLabel">
  43. <rect key="frame" x="46" y="12" width="50" height="26"/>
  44. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  45. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  46. <nil key="textColor"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. </subviews>
  50. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  51. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  52. <point key="canvasLocation" x="-353.62318840579712" y="133.92857142857142"/>
  53. </view>
  54. </objects>
  55. <resources>
  56. <systemColor name="systemBackgroundColor">
  57. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  58. </systemColor>
  59. </resources>
  60. </document>