12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="dark"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="60" id="KGk-i7-Jjw" customClass="RoomInvitationViewCell" customModule="NextcloudTalk" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="422" height="60"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="422" height="60"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dcY-oL-E4k">
- <rect key="frame" x="8" y="8" width="406" height="44"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ghb-EI-AhT" userLabel="Details Label">
- <rect key="frame" x="182.5" y="12" width="41.5" height="20.5"/>
- <constraints>
- <constraint firstAttribute="width" relation="greaterThanOrEqual" id="lIq-Km-Kyr"/>
- </constraints>
- <attributedString key="attributedText">
- <fragment content="Label">
- <attributes>
- <color key="NSColor" systemColor="labelColor"/>
- <font key="NSFont" metaFont="system" size="17"/>
- </attributes>
- </fragment>
- </attributedString>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="secondarySystemBackgroundColor"/>
- <constraints>
- <constraint firstItem="ghb-EI-AhT" firstAttribute="centerX" secondItem="dcY-oL-E4k" secondAttribute="centerX" id="19C-HO-Oen"/>
- <constraint firstItem="ghb-EI-AhT" firstAttribute="centerY" secondItem="dcY-oL-E4k" secondAttribute="centerY" id="TJr-3x-Esk"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="10"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="boolean" keyPath="layer.maskToBounds" value="YES"/>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <viewLayoutGuide key="safeArea" id="ML2-GP-tWC"/>
- <constraints>
- <constraint firstItem="dcY-oL-E4k" firstAttribute="leading" secondItem="ML2-GP-tWC" secondAttribute="leading" constant="8" id="6fr-uf-dMc"/>
- <constraint firstItem="ML2-GP-tWC" firstAttribute="trailing" secondItem="dcY-oL-E4k" secondAttribute="trailing" constant="8" id="7ms-SH-gPo"/>
- <constraint firstItem="ML2-GP-tWC" firstAttribute="bottom" secondItem="dcY-oL-E4k" secondAttribute="bottom" constant="8" id="dtL-cE-Kga"/>
- <constraint firstItem="dcY-oL-E4k" firstAttribute="top" secondItem="ML2-GP-tWC" secondAttribute="top" constant="8" id="zW3-bo-YcL"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="detailsLabel" destination="ghb-EI-AhT" id="ean-qp-TVZ"/>
- </connections>
- <point key="canvasLocation" x="121.73913043478262" y="39.508928571428569"/>
- </tableViewCell>
- </objects>
- <resources>
- <systemColor name="labelColor">
- <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- <systemColor name="secondarySystemBackgroundColor">
- <color red="0.94901960780000005" green="0.94901960780000005" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- </resources>
- </document>
|