| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <customFonts key="customFonts">
- <array key="PingFang.ttc">
- <string>PingFangSC-Regular</string>
- </array>
- </customFonts>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="OOMeetingRoomMainSectionHeaderView" customModule="o2app" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="375" height="40"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NeA-7l-Dmm">
- <rect key="frame" x="16" y="10" width="343" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="JhQ-oJ-23Z"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FWt-SE-4lA">
- <rect key="frame" x="15" y="39" width="345" height="1"/>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="JHV-qa-q0j"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="NeA-7l-Dmm" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="16" id="AYI-Ud-3fh"/>
- <constraint firstItem="FWt-SE-4lA" firstAttribute="bottom" secondItem="vUN-kp-3ea" secondAttribute="bottom" id="On6-Ne-WIY"/>
- <constraint firstItem="FWt-SE-4lA" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="UQd-Zi-ePy"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="NeA-7l-Dmm" secondAttribute="trailing" constant="16" id="bGH-AU-uUc"/>
- <constraint firstItem="NeA-7l-Dmm" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="10" id="kNt-5A-Mse"/>
- <constraint firstAttribute="trailing" secondItem="FWt-SE-4lA" secondAttribute="trailing" constant="15" id="yQh-fp-nAn"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <connections>
- <outlet property="titleLabel" destination="NeA-7l-Dmm" id="Kya-8H-2px"/>
- </connections>
- <point key="canvasLocation" x="25.5" y="-235"/>
- </view>
- </objects>
- </document>
|