patbef-iOS/Befund/Controls/UISlider/UISlider.xib

57 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
<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"/>
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="UISlider" customModule="Befund" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bKu-tj-KrC" userLabel="loadedImg">
<rect key="frame" x="87" y="100" width="240" height="240"/>
<constraints>
<constraint firstAttribute="width" constant="240" id="4JR-v8-zIp"/>
<constraint firstAttribute="height" constant="240" id="mSk-vN-0uc"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Ts-vB-GfL" userLabel="titleImg">
<rect key="frame" x="87" y="360" width="240" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="0Kk-em-PjW"/>
<constraint firstAttribute="width" constant="240" id="VgQ-FF-oVF"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="bKu-tj-KrC" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="A32-Mi-u7O"/>
<constraint firstItem="5Ts-vB-GfL" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="HZJ-R5-Ndo"/>
<constraint firstItem="5Ts-vB-GfL" firstAttribute="top" secondItem="bKu-tj-KrC" secondAttribute="bottom" constant="20" id="qTv-ob-RrN"/>
<constraint firstItem="bKu-tj-KrC" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="56" id="reo-fD-dNH"/>
</constraints>
<connections>
<outlet property="loadedImg" destination="bKu-tj-KrC" id="BSN-8O-m4u"/>
<outlet property="titleImg" destination="5Ts-vB-GfL" id="lg1-xx-ehC"/>
</connections>
<point key="canvasLocation" x="131.8840579710145" y="75.669642857142847"/>
</view>
</objects>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>