Statistics
| Branch: | Tag: | Revision:

chatsecureios / ChatSecure / Classes / Views / Cells / OTRMessageUnknownSenderCell.xib @ c6c7b30a

History | View | Annotate | Download (3 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3
    <device id="retina4_7" orientation="portrait">
4
        <adaptation id="fullscreen"/>
5
    </device>
6
    <dependencies>
7
        <deployment identifier="iOS"/>
8
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
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"/>
13
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
14
        <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="22J-kO-64R" customClass="OTRMessagesUnknownSenderCell" customModule="ChatSecureCore">
15
            <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
16
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
17
            <subviews>
18
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" verticalCompressionResistancePriority="1000" text="No data" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tP4-Uw-Q8q">
19
                    <rect key="frame" x="10" y="10" width="355" height="30"/>
20
                    <fontDescription key="fontDescription" type="system" pointSize="12"/>
21
                    <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
22
                    <nil key="highlightedColor"/>
23
                </label>
24
            </subviews>
25
            <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
26
            <constraints>
27
                <constraint firstAttribute="bottom" secondItem="tP4-Uw-Q8q" secondAttribute="bottom" constant="10" id="PTO-Cn-PH4"/>
28
                <constraint firstAttribute="trailing" secondItem="tP4-Uw-Q8q" secondAttribute="trailing" constant="10" id="ZqZ-wZ-92N"/>
29
                <constraint firstItem="tP4-Uw-Q8q" firstAttribute="leading" secondItem="22J-kO-64R" secondAttribute="leading" constant="10" id="lTY-I5-fsW"/>
30
                <constraint firstItem="tP4-Uw-Q8q" firstAttribute="top" secondItem="22J-kO-64R" secondAttribute="top" constant="10" id="vjV-ke-Pc2"/>
31
            </constraints>
32
            <connections>
33
                <outlet property="titleLabel" destination="tP4-Uw-Q8q" id="b4e-Ao-C3K"/>
34
            </connections>
35
        </collectionReusableView>
36
    </objects>
37
</document>