VoiceMessageTranscribeViewController.xib 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19162" 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="19144"/>
  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="VoiceMessageTranscribeViewController">
  13. <connections>
  14. <outlet property="transcribeTextView" destination="nJm-Kh-rd2" id="0Kz-h9-BfY"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="nJm-Kh-rd2">
  24. <rect key="frame" x="20" y="44" width="374" height="818"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  27. <color key="textColor" systemColor="labelColor"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  29. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  30. </textView>
  31. </subviews>
  32. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  33. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  34. <point key="canvasLocation" x="137.68115942028987" y="95.758928571428569"/>
  35. </view>
  36. </objects>
  37. <resources>
  38. <systemColor name="labelColor">
  39. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  40. </systemColor>
  41. <systemColor name="systemBackgroundColor">
  42. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  43. </systemColor>
  44. </resources>
  45. </document>