54 lines
4.2 KiB
XML
54 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
|
<device id="retina4_7" orientation="portrait">
|
|
<adaptation id="fullscreen"/>
|
|
</device>
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="BkF-x3-7fX" customClass="MXKRoomTitleViewWithTopic">
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Room Name" textAlignment="center" minimumFontSize="14" translatesAutoresizingMaskIntoConstraints="NO" id="6uH-I3-RQg">
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="21"/>
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<textInputTraits key="textInputTraits" returnKeyType="next"/>
|
|
<connections>
|
|
<outlet property="delegate" destination="BkF-x3-7fX" id="xX7-jB-9va"/>
|
|
</connections>
|
|
</textField>
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Topic" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Cb9-hb-6f0">
|
|
<rect key="frame" x="0.0" y="24" width="600" height="16"/>
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
<textInputTraits key="textInputTraits" returnKeyType="done"/>
|
|
<connections>
|
|
<outlet property="delegate" destination="BkF-x3-7fX" id="8qe-OH-aKS"/>
|
|
</connections>
|
|
</textField>
|
|
</subviews>
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<constraints>
|
|
<constraint firstAttribute="bottom" secondItem="Cb9-hb-6f0" secondAttribute="bottom" constant="4" id="1N3-4y-mDx"/>
|
|
<constraint firstAttribute="trailing" secondItem="Cb9-hb-6f0" secondAttribute="trailing" id="G6O-Le-cFA"/>
|
|
<constraint firstItem="Cb9-hb-6f0" firstAttribute="leading" secondItem="BkF-x3-7fX" secondAttribute="leading" id="NJY-h8-w2I"/>
|
|
<constraint firstItem="6uH-I3-RQg" firstAttribute="top" secondItem="BkF-x3-7fX" secondAttribute="top" id="Piq-rp-Pae"/>
|
|
<constraint firstAttribute="trailing" secondItem="6uH-I3-RQg" secondAttribute="trailing" id="WT3-JF-1GG"/>
|
|
<constraint firstItem="6uH-I3-RQg" firstAttribute="leading" secondItem="BkF-x3-7fX" secondAttribute="leading" id="czp-h4-Nl6"/>
|
|
</constraints>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
<connections>
|
|
<outlet property="displayNameTextField" destination="6uH-I3-RQg" id="MfX-LQ-C2K"/>
|
|
<outlet property="displayNameTextFieldTopConstraint" destination="Piq-rp-Pae" id="jnL-Hz-TWn"/>
|
|
<outlet property="topicTextField" destination="Cb9-hb-6f0" id="uRc-er-1Fq"/>
|
|
</connections>
|
|
</view>
|
|
</objects>
|
|
</document>
|