chatsecureios / ChatSecure / Classes / Views / Cells / OTRMessageUnknownSenderCell.xib @ af89c1fb
History | View | Annotate | Download (2.94 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="Safe area layout guides" minToolsVersion="9.0"/> |
10 |
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
11 |
</dependencies> |
12 |
<objects> |
13 |
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> |
14 |
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
15 |
<collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="22J-kO-64R" customClass="OTRMessagesUnknownSenderCell" customModule="ChatSecureCore"> |
16 |
<rect key="frame" x="0.0" y="0.0" width="375" height="50"/> |
17 |
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
18 |
<subviews> |
19 |
<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"> |
20 |
<rect key="frame" x="10" y="10" width="355" height="30"/> |
21 |
<fontDescription key="fontDescription" type="system" pointSize="17"/> |
22 |
<nil key="textColor"/> |
23 |
<nil key="highlightedColor"/> |
24 |
</label> |
25 |
</subviews> |
26 |
<constraints> |
27 |
<constraint firstItem="2Di-RS-Jjo" firstAttribute="bottom" secondItem="tP4-Uw-Q8q" secondAttribute="bottom" constant="10" id="PTO-Cn-PH4"/> |
28 |
<constraint firstItem="2Di-RS-Jjo" firstAttribute="trailing" secondItem="tP4-Uw-Q8q" secondAttribute="trailing" constant="10" id="ZqZ-wZ-92N"/> |
29 |
<constraint firstItem="tP4-Uw-Q8q" firstAttribute="leading" secondItem="2Di-RS-Jjo" secondAttribute="leading" constant="10" id="lTY-I5-fsW"/> |
30 |
<constraint firstItem="tP4-Uw-Q8q" firstAttribute="top" secondItem="2Di-RS-Jjo" secondAttribute="top" constant="10" id="vjV-ke-Pc2"/> |
31 |
</constraints> |
32 |
<viewLayoutGuide key="safeArea" id="2Di-RS-Jjo"/> |
33 |
<connections> |
34 |
<outlet property="titleLabel" destination="tP4-Uw-Q8q" id="b4e-Ao-C3K"/> |
35 |
</connections> |
36 |
</collectionReusableView> |
37 |
</objects> |
38 |
</document> |