Main.storyboard 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11198.2" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--Echo View Controller-->
  11. <scene sceneID="tne-QT-ifu">
  12. <objects>
  13. <viewController id="BYZ-38-t0r" customClass="EchoViewController" sceneMemberID="viewController">
  14. <layoutGuides>
  15. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  16. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  17. </layoutGuides>
  18. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  19. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Your message here." adjustsFontSizeToFit="NO" minimumFontSize="26" translatesAutoresizingMaskIntoConstraints="NO" id="Bc0-tV-uN6">
  23. <fontDescription key="fontDescription" type="system" pointSize="26"/>
  24. <textInputTraits key="textInputTraits" returnKeyType="done"/>
  25. <connections>
  26. <action selector="textDidChange:" destination="BYZ-38-t0r" eventType="editingChanged" id="c9l-bT-FEF"/>
  27. <outlet property="delegate" destination="BYZ-38-t0r" id="GKP-G1-8DJ"/>
  28. </connections>
  29. </textField>
  30. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="VGW-9e-P1O">
  31. <connections>
  32. <action selector="switchValueDidChange:" destination="BYZ-38-t0r" eventType="valueChanged" id="vqf-Mg-6kS"/>
  33. </connections>
  34. </switch>
  35. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="p0p-hT-Pki">
  36. <accessibility key="accessibilityConfiguration">
  37. <accessibilityTraits key="traits" notEnabled="YES"/>
  38. </accessibility>
  39. <nil key="textColor"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  41. <textInputTraits key="textInputTraits"/>
  42. </textField>
  43. </subviews>
  44. <color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
  45. <constraints>
  46. <constraint firstItem="Bc0-tV-uN6" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="JUt-rE-ffE"/>
  47. <constraint firstItem="p0p-hT-Pki" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="20" id="Mnf-um-qJc"/>
  48. <constraint firstItem="Bc0-tV-uN6" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="27" id="b2k-A2-ncz"/>
  49. <constraint firstItem="Bc0-tV-uN6" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="20" id="mCG-Io-SJY"/>
  50. <constraint firstAttribute="trailingMargin" secondItem="p0p-hT-Pki" secondAttribute="trailing" constant="20" id="paQ-Ha-nNS"/>
  51. <constraint firstItem="VGW-9e-P1O" firstAttribute="top" secondItem="p0p-hT-Pki" secondAttribute="bottom" constant="100" id="rFz-Gu-PbQ"/>
  52. <constraint firstItem="VGW-9e-P1O" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="rMO-4e-TIR"/>
  53. <constraint firstAttribute="trailingMargin" secondItem="Bc0-tV-uN6" secondAttribute="trailing" constant="20" id="rlm-x0-F3X"/>
  54. <constraint firstItem="p0p-hT-Pki" firstAttribute="top" secondItem="Bc0-tV-uN6" secondAttribute="bottom" constant="30" id="x19-mf-3bC"/>
  55. </constraints>
  56. </view>
  57. <connections>
  58. <outlet property="echoField" destination="p0p-hT-Pki" id="oKD-oR-uzO"/>
  59. <outlet property="streamSwitch" destination="VGW-9e-P1O" id="qio-wl-ftA"/>
  60. <outlet property="textField" destination="Bc0-tV-uN6" id="vDM-Hz-eqM"/>
  61. </connections>
  62. </viewController>
  63. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  64. </objects>
  65. <point key="canvasLocation" x="304.80000000000001" y="340.47976011994007"/>
  66. </scene>
  67. </scenes>
  68. </document>