66 lines
4.8 KiB
XML
66 lines
4.8 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_1" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
|
<capability name="Named colors" minToolsVersion="9.0"/>
|
|
<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" customClass="CommonControllerAutocomplete" customModule="Malinka" customModuleProvider="target">
|
|
<connections>
|
|
<outlet property="height" destination="QUt-wH-AIB" id="qHR-oN-Yo6"/>
|
|
<outlet property="searchTextFieldContainer" destination="Yhj-Cq-vfA" id="cxP-QY-1KU"/>
|
|
<outlet property="tableView" destination="H89-Tr-5ar" id="8Te-Fr-cUD"/>
|
|
<outlet property="view" destination="iN0-l3-epB" id="yIQ-OM-4Ox"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="iN0-l3-epB">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="300"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Yhj-Cq-vfA" userLabel="SearchTextFieldContainer">
|
|
<rect key="frame" x="12" y="12" width="390" height="40"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="40" id="hAg-Ne-MZ0"/>
|
|
</constraints>
|
|
</view>
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" bounces="NO" bouncesZoom="NO" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="H89-Tr-5ar">
|
|
<rect key="frame" x="0.0" y="76" width="414" height="224"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="224" id="QUt-wH-AIB"/>
|
|
</constraints>
|
|
<inset key="separatorInset" minX="15" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
<connections>
|
|
<outlet property="dataSource" destination="-1" id="WOU-4u-5L0"/>
|
|
<outlet property="delegate" destination="-1" id="Tbk-XK-lM8"/>
|
|
</connections>
|
|
</tableView>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
|
|
<color key="backgroundColor" name="Snow"/>
|
|
<constraints>
|
|
<constraint firstAttribute="trailing" secondItem="Yhj-Cq-vfA" secondAttribute="trailing" constant="12" id="7Ph-Ex-k7a"/>
|
|
<constraint firstItem="Yhj-Cq-vfA" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="12" id="FLP-BR-yOx"/>
|
|
<constraint firstAttribute="trailing" secondItem="H89-Tr-5ar" secondAttribute="trailing" id="KSM-s6-VdR"/>
|
|
<constraint firstItem="Yhj-Cq-vfA" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="12" id="KwT-0W-UZg"/>
|
|
<constraint firstItem="H89-Tr-5ar" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="QMb-li-SZ2"/>
|
|
<constraint firstAttribute="bottom" secondItem="H89-Tr-5ar" secondAttribute="bottom" id="Ywk-Ta-Dsm"/>
|
|
<constraint firstItem="H89-Tr-5ar" firstAttribute="top" secondItem="Yhj-Cq-vfA" secondAttribute="bottom" constant="24" id="ad6-Gy-3gS"/>
|
|
</constraints>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
<point key="canvasLocation" x="42" y="62"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<namedColor name="Snow">
|
|
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</namedColor>
|
|
</resources>
|
|
</document>
|