123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="TimePickerCell" rowHeight="162" id="pbd-JT-ET6" customClass="TimePickerwCell" customModule="Threema" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="414" height="162"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="pbd-JT-ET6" id="RNY-AI-Rqg">
- <rect key="frame" x="0.0" y="0.0" width="414" height="162"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="time" minuteInterval="1" translatesAutoresizingMaskIntoConstraints="NO" id="9iy-ye-u0q">
- <rect key="frame" x="0.0" y="0.0" width="414" height="162"/>
- </datePicker>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="9iy-ye-u0q" secondAttribute="trailing" id="TZr-Rn-yCw"/>
- <constraint firstAttribute="bottom" secondItem="9iy-ye-u0q" secondAttribute="bottom" id="aj4-yO-WQ3"/>
- <constraint firstItem="9iy-ye-u0q" firstAttribute="top" secondItem="RNY-AI-Rqg" secondAttribute="top" id="nSi-5Q-WIL"/>
- <constraint firstItem="9iy-ye-u0q" firstAttribute="leading" secondItem="RNY-AI-Rqg" secondAttribute="leading" id="qHJ-Ht-GVC"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="timePicker" destination="9iy-ye-u0q" id="Gir-E9-WEh"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="194.19642857142856"/>
- </tableViewCell>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- </objects>
- </document>
|