mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
53 lines
4.5 KiB
XML
53 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.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" reuseIdentifier="DropDownCell" rowHeight="72" id="KGk-i7-Jjw" customClass="MyCell" customModule="linphoneapp" customModuleProvider="target">
|
|
<rect key="frame" x="0.0" y="0.0" width="350" height="72"/>
|
|
<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="350" height="72"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="p2H-ZL-cwJ">
|
|
<rect key="frame" x="310" y="21" width="30" height="30"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="30" id="T7j-qm-kur"/>
|
|
<constraint firstAttribute="height" constant="30" id="Xxh-BC-eg9"/>
|
|
</constraints>
|
|
</imageView>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gXQ-5Z-Z7W">
|
|
<rect key="frame" x="10" y="4" width="290" height="64"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="gXQ-5Z-Z7W" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="2VM-KK-mno"/>
|
|
<constraint firstItem="gXQ-5Z-Z7W" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="4" id="3W8-Sp-Op6"/>
|
|
<constraint firstAttribute="bottom" secondItem="gXQ-5Z-Z7W" secondAttribute="bottom" constant="4" id="58p-Vq-TIF"/>
|
|
<constraint firstItem="gXQ-5Z-Z7W" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="4" id="BPM-Vb-6IV"/>
|
|
<constraint firstItem="p2H-ZL-cwJ" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="C1J-DC-iVA"/>
|
|
<constraint firstAttribute="bottom" secondItem="gXQ-5Z-Z7W" secondAttribute="bottom" constant="4" id="RGu-L9-5La"/>
|
|
<constraint firstAttribute="trailing" secondItem="p2H-ZL-cwJ" secondAttribute="trailing" constant="10" id="T9l-t0-h70"/>
|
|
<constraint firstItem="p2H-ZL-cwJ" firstAttribute="leading" secondItem="gXQ-5Z-Z7W" secondAttribute="trailing" constant="10" id="pge-0N-hit"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
|
|
<connections>
|
|
<outlet property="myImageView" destination="p2H-ZL-cwJ" id="hwZ-fL-pEC"/>
|
|
<outlet property="optionLabel" destination="gXQ-5Z-Z7W" id="rhQ-sW-3Mf"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="154.19847328244273" y="-22.535211267605636"/>
|
|
</tableViewCell>
|
|
</objects>
|
|
</document>
|