AudioPlayerView.xib 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" 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="23084"/>
  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="AudioPlayerView" customModule="NextcloudTalk" customModuleProvider="target">
  13. <connections>
  14. <outlet property="contentView" destination="iN0-l3-epB" id="WHP-2s-6Il"/>
  15. <outlet property="durationLabel" destination="7vy-DL-v2I" id="gLr-z8-lYD"/>
  16. <outlet property="playPauseButton" destination="weF-VJ-kQg" id="6O8-WK-cv9"/>
  17. <outlet property="slider" destination="Cgz-Rx-FyJ" id="TME-tZ-DL1"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view contentMode="scaleToFill" id="iN0-l3-epB">
  22. <rect key="frame" x="0.0" y="0.0" width="441" height="52"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="weF-VJ-kQg">
  26. <rect key="frame" x="8" y="4" width="44" height="44"/>
  27. <constraints>
  28. <constraint firstAttribute="width" constant="44" id="TwB-9N-gEK"/>
  29. <constraint firstAttribute="height" constant="44" id="XIa-Qd-GZD"/>
  30. </constraints>
  31. <color key="tintColor" systemColor="labelColor"/>
  32. <state key="normal" title="Button"/>
  33. <buttonConfiguration key="configuration" style="plain" image="play.fill" catalog="system"/>
  34. </button>
  35. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="0:00 / 0:02" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7vy-DL-v2I">
  36. <rect key="frame" x="366" y="0.0" width="67" height="52"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  38. <nil key="textColor"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="0.5" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="Cgz-Rx-FyJ">
  42. <rect key="frame" x="58" y="11" width="302" height="31"/>
  43. </slider>
  44. </subviews>
  45. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  46. <constraints>
  47. <constraint firstItem="Cgz-Rx-FyJ" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="0pD-pS-YhM"/>
  48. <constraint firstAttribute="bottom" secondItem="7vy-DL-v2I" secondAttribute="bottom" id="1PB-ja-hxc"/>
  49. <constraint firstItem="Cgz-Rx-FyJ" firstAttribute="leading" secondItem="weF-VJ-kQg" secondAttribute="trailing" constant="8" symbolic="YES" id="H3b-Y3-6vI"/>
  50. <constraint firstItem="weF-VJ-kQg" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="4" id="MAo-xn-Ott"/>
  51. <constraint firstAttribute="bottom" secondItem="weF-VJ-kQg" secondAttribute="bottom" constant="4" id="Ms8-VQ-WhR"/>
  52. <constraint firstItem="weF-VJ-kQg" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="8" id="QBV-dj-HsA"/>
  53. <constraint firstItem="7vy-DL-v2I" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="QFI-XE-9Fd"/>
  54. <constraint firstAttribute="trailing" secondItem="7vy-DL-v2I" secondAttribute="trailing" constant="8" id="VnI-wM-6MZ"/>
  55. <constraint firstItem="7vy-DL-v2I" firstAttribute="leading" secondItem="Cgz-Rx-FyJ" secondAttribute="trailing" constant="8" id="nHt-Db-jET"/>
  56. </constraints>
  57. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  58. <point key="canvasLocation" x="130.53435114503816" y="-233.09859154929578"/>
  59. </view>
  60. </objects>
  61. <resources>
  62. <image name="play.fill" catalog="system" width="120" height="128"/>
  63. <systemColor name="labelColor">
  64. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  65. </systemColor>
  66. </resources>
  67. </document>